Home
last modified time | relevance | path

Searched defs:tpu_program_group (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compilation_cache_entry.h31 const TpuProgramGroupInterface* tpu_program_group, int core_index) in TpuCompilationCacheEntry()
37 const TpuProgramGroupInterface* tpu_program_group() const { in tpu_program_group() function
Dtpu_compilation_cache_external.cc44 TpuProgramGroup tpu_program_group) { in PopulateEntry()
96 TpuProgramGroup tpu_program_group; in InitializeEntry() local
Dtpu_compilation_cache_rpc_support.cc54 auto tpu_program_group = absl::make_unique<TpuProgramGroup>(); in DeserializeRpcResponseToCacheEntry() local
82 const TpuProgramGroup* tpu_program_group = in SerializeCacheEntryToBufferSlices() local
Dtpu_compile_op_common.cc150 TpuProgramGroupInterface* tpu_program_group) { in CompileLocallyAndFillHostCache()
253 [&](TpuProgramGroupInterface* tpu_program_group) { in ComputeInternal()
425 TpuProgramGroupInterface* tpu_program_group, uint64 fingerprint) { in RegisterXLAFingerprints()
Dtpu_compile_op_impl.cc32 TpuProgramGroupInterface* tpu_program_group) { in Compile()
Dtpu_compilation_cache_rpc_support.h43 std::unique_ptr<TpuProgramGroupInterface> tpu_program_group; member
Dtpu_compile_op_common.h135 TpuProgramGroupInterface* tpu_program_group) { in LookupPersistentCompilationCacheAndFillCaches()
Dcompiled_subgraph.h152 std::unique_ptr<TpuProgramGroupInterface> tpu_program_group; member
Dtpu_program_group.cc292 TpuProgramGroup* tpu_program_group = in CompileAndBuild() local
328 TpuProgramGroup* tpu_program_group = in CompileAndBuild() local
Dtpu_reshard_variables_op.cc153 const tpu::TpuProgramGroupInterface* tpu_program_group = in DoTpuExecute() local
Dtpu_execute_op.cc644 const tpu::TpuProgramGroup* tpu_program_group = in DoWork() local
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dtpu_execute_op.cc125 const tpu::TpuProgramGroup* tpu_program_group, xla::Backend* const backend, in GetExecutableAliasConfig()
192 const uint32 rng_seed, const tpu::TpuProgramGroup* tpu_program_group, in RunExecutable()
234 const uint32 rng_seed, const tpu::TpuProgramGroup* tpu_program_group, in ExecuteTPUProgram()
315 const tpu::TpuProgramGroup* tpu_program_group = in DoWork() local
438 const tpu::TpuProgramGroup* tpu_program_group = in DoWork() local
Dtpu_compile_ops.cc85 tensorflow::tpu::TpuProgramGroupInterface* tpu_program_group) { in Compile()
202 [&](tpu::TpuProgramGroupInterface* tpu_program_group) { in Compute()