Home
last modified time | relevance | path

Searched refs:fetch_target (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compilation_cache_local_lookup.cc32 CompilationCacheFetchTarget fetch_target) { in Lookup() argument
41 s = (*entry)->ToSubEntryRef(fetch_target); in Lookup()
43 << CompilationCacheFetchTarget_Name(fetch_target) << " with status " in Lookup()
51 CompilationCacheFetchTarget fetch_target) { in Lookup() argument
60 s = (*entry)->ToSubEntryRef(fetch_target); in Lookup()
62 << CompilationCacheFetchTarget_Name(fetch_target) << " with status " in Lookup()
Dtpu_compilation_cache_rpc_lookup.cc66 tpu::CompilationCacheFetchTarget fetch_target) { in Lookup() argument
76 proto_key, "_", tpu::CompilationCacheFetchTarget_Name(fetch_target)); in Lookup()
84 request.set_fetch_target(fetch_target); in Lookup()
101 tpu::CompilationCacheFetchTarget fetch_target) { in Lookup() argument
118 tpu::CompilationCacheFetchTarget_Name(fetch_target)); in Lookup()
128 request.set_fetch_target(fetch_target); in Lookup()
Dtpu_compilation_cache_local_lookup.h37 CompilationCacheFetchTarget fetch_target) override;
41 CompilationCacheFetchTarget fetch_target) override;
Dtpu_compilation_cache_lookup.h48 CompilationCacheFetchTarget fetch_target) = 0;
62 CompilationCacheFetchTarget fetch_target) = 0;
Dtpu_compilation_cache_service.cc113 s = entry->ToSubEntryRef(call->request.fetch_target()); in GetTpuProgram()
119 CompilationCacheFetchTarget_Name(call->request.fetch_target())), in GetTpuProgram()
127 CHECK_NE(call->request.fetch_target(), in GetTpuProgram()
Dtpu_compilation_cache_rpc_lookup.h46 tpu::CompilationCacheFetchTarget fetch_target) override;
50 tpu::CompilationCacheFetchTarget fetch_target) override;
Dtpu_compilation_cache_rpc_support.h72 Status ToSubEntryRef(CompilationCacheFetchTarget fetch_target) override { in ToSubEntryRef() argument
Dtpu_compilation_cache_common.proto37 CompilationCacheFetchTarget fetch_target = 3; field
Dtpu_compilation_cache_interface.cc85 CompilationCacheFetchTarget fetch_target) { in ToSubEntryRef() argument
87 switch (fetch_target) { in ToSubEntryRef()
98 return xla::InvalidArgument("Invalid fetch target: %d", fetch_target); in ToSubEntryRef()
Dtpu_compilation_cache_interface.h75 virtual Status ToSubEntryRef(CompilationCacheFetchTarget fetch_target);