Home
last modified time | relevance | path

Searched refs:ToSubEntryRef (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compilation_cache_local_lookup.cc41 s = (*entry)->ToSubEntryRef(fetch_target); in Lookup()
60 s = (*entry)->ToSubEntryRef(fetch_target); in Lookup()
Dtpu_compilation_cache_rpc_support.h72 Status ToSubEntryRef(CompilationCacheFetchTarget fetch_target) override { in ToSubEntryRef() function
Dtpu_compilation_cache_service.cc113 s = entry->ToSubEntryRef(call->request.fetch_target()); in GetTpuProgram()
Dtpu_compilation_cache_interface.h75 virtual Status ToSubEntryRef(CompilationCacheFetchTarget fetch_target);
Dtpu_compilation_cache_interface.cc84 Status CompilationCacheEntryRef::ToSubEntryRef( in ToSubEntryRef() function in tensorflow::tpu::CompilationCacheEntryRef