Home
last modified time | relevance | path

Searched refs:TpuCompilationCacheKey (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compilation_cache_key.h27 struct TpuCompilationCacheKey { struct
57 explicit TpuCompilationCacheKey() {} in TpuCompilationCacheKey() function
58 explicit TpuCompilationCacheKey(const std::string& p) : prefix(p) {} in TpuCompilationCacheKey() function
Dtpu_compilation_cache_interface.h108 const TpuCompilationCacheKey& subgraph_key,
165 std::string ConstructCompilationCacheKey(const TpuCompilationCacheKey& key) { in ConstructCompilationCacheKey()
197 const TpuCompilationCacheKey& subgraph_key,
254 std::string FindCacheKey(const TpuCompilationCacheKey& subgraph_key)
267 const TpuCompilationCacheKey& subgraph_key)
Dtpu_util.cc33 xla::StatusOr<TpuCompilationCacheKey> ParseCompilationCacheKey( in ParseCompilationCacheKey()
38 return TpuCompilationCacheKey(key); in ParseCompilationCacheKey()
43 TpuCompilationCacheKey parsed_key(splits.at(0)); in ParseCompilationCacheKey()
Dtpu_op_util.cc104 TpuCompilationCacheKey CreateCompilationCacheKey( in CreateCompilationCacheKey()
142 TpuCompilationCacheKey key; in CreateCompilationCacheKey()
Dtpu_compilation_cache_interface.cc232 const TpuCompilationCacheKey parsed_key = in RemoveEntry()
348 const TpuCompilationCacheKey parsed_key = in InsertEntry()
362 const TpuCompilationCacheKey& subgraph_key, in CompileIfKeyAbsent()
381 const TpuCompilationCacheKey& subgraph_key) { in FindCacheKey()
400 const TpuCompilationCacheKey& subgraph_key, in CompileIfKeyAbsentHelper()
Dtpu_op_util.h35 TpuCompilationCacheKey CreateCompilationCacheKey(
Dtpu_compilation_cache_external.h64 const TpuCompilationCacheKey& subgraph_key)
Dtpu_program_group_interface.h55 virtual Status LogCompilationStats(const TpuCompilationCacheKey& key,
Dtpu_compile_op_common.h124 const tpu::TpuCompilationCacheKey& key,
136 const tpu::TpuCompilationCacheKey& key, in LookupPersistentCompilationCacheAndFillCaches()
Dtpu_util.h42 xla::StatusOr<TpuCompilationCacheKey> ParseCompilationCacheKey(
Dtpu_compilation_cache_external.cc72 const TpuCompilationCacheKey& subgraph_key) { in InitializeEntry()
Dtpu_program_group.h121 Status LogCompilationStats(const TpuCompilationCacheKey& key,
Dtpu_program_group.cc188 Status TpuProgramGroup::LogCompilationStats(const TpuCompilationCacheKey& key, in LogCompilationStats()
Dtpu_compile_op_common.cc595 const OpInputList& guaranteed_constants, const TpuCompilationCacheKey& key, in CompileLocallyAndFillHostCache()
652 const TpuCompilationCacheKey key = CreateCompilationCacheKey( in ComputeInternal()
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dtpu_compile_ops.cc90 tpu::TpuCompilationCacheKey CompilationCacheKey( in CompilationCacheKey()
99 const tpu::TpuCompilationCacheKey key = CreateCompilationCacheKey( in CompilationCacheKey()
182 const tpu::TpuCompilationCacheKey key = CompilationCacheKey( in Compute()