Searched refs:TpuCompilationCacheKey (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/ |
H A D | tpu_compilation_cache_interface.h | 108 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)
|
H A D | tpu_compile_op_common.h | 103 const TpuCompilationCacheKey* key, 123 const tpu::TpuCompilationCacheKey& key, 132 const tpu::TpuCompilationCacheKey& key, 144 const tpu::TpuCompilationCacheKey& key, in LookupPersistentCompilationCacheAndFillCaches()
|
H A D | tpu_compilation_cache_key.h | 27 struct TpuCompilationCacheKey { struct 63 explicit TpuCompilationCacheKey() {} in TpuCompilationCacheKey() argument 64 explicit TpuCompilationCacheKey(const std::string& p) : prefix(p) {} in TpuCompilationCacheKey() function
|
H A D | tpu_util.cc | 33 xla::StatusOr<TpuCompilationCacheKey> ParseCompilationCacheKey( in ParseCompilationCacheKey() 38 return TpuCompilationCacheKey(key); in ParseCompilationCacheKey() 43 TpuCompilationCacheKey parsed_key(splits.at(0)); in ParseCompilationCacheKey()
|
H A D | tpu_compilation_cache_interface.cc | 236 const TpuCompilationCacheKey parsed_key = in RemoveEntry() 352 const TpuCompilationCacheKey parsed_key = in InsertEntry() 366 const TpuCompilationCacheKey& subgraph_key, in CompileIfKeyAbsent() 385 const TpuCompilationCacheKey& subgraph_key) { in FindCacheKey() 404 const TpuCompilationCacheKey& subgraph_key, in CompileIfKeyAbsentHelper()
|
H A D | tpu_compile_op_common.cc | 167 const OpInputList& guaranteed_constants, const TpuCompilationCacheKey& key, in CompileLocallyAndFillHostCache() 182 const OpInputList& guaranteed_constants, const TpuCompilationCacheKey& key, in CompileLocallyAndFillHostCacheInternal() 249 const TpuCompilationCacheKey key = CreateCompilationCacheKey( in ComputeInternal()
|
H A D | tpu_op_util.cc | 105 TpuCompilationCacheKey CreateCompilationCacheKey( in CreateCompilationCacheKey() 138 TpuCompilationCacheKey key; in CreateCompilationCacheKey()
|
H A D | tpu_compilation_cache_external.h | 64 const TpuCompilationCacheKey& subgraph_key)
|
H A D | tpu_op_util.h | 35 TpuCompilationCacheKey CreateCompilationCacheKey(
|
H A D | tpu_util.h | 42 xla::StatusOr<TpuCompilationCacheKey> ParseCompilationCacheKey(
|
H A D | tpu_compile_op_impl.h | 58 const TpuCompilationCacheKey* key,
|
H A D | tpu_compile_op_impl.cc | 32 const TpuCompilationCacheKey* key, in Compile()
|
H A D | tpu_compilation_cache_external.cc | 72 const TpuCompilationCacheKey& subgraph_key) { in InitializeEntry()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xrt/kernels/ |
H A D | tpu_compile_ops.cc | 91 tpu::TpuCompilationCacheKey CompilationCacheKey( in CompilationCacheKey() 100 const tpu::TpuCompilationCacheKey key = CreateCompilationCacheKey( in CompilationCacheKey() 183 const tpu::TpuCompilationCacheKey key = CompilationCacheKey( in Compute()
|