Home
last modified time | relevance | path

Searched refs:GetTpuProgramCall (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compilation_cache_service.h50 using GetTpuProgramCall = Call<TpuCompilationCacheService, AsyncService, variable
54 void HandleGetTpuProgram(GetTpuProgramCall* call);
57 void GetTpuProgram(GetTpuProgramCall* call);
Dtpu_compilation_cache_service.cc89 void TpuCompilationCacheService::GetTpuProgram(GetTpuProgramCall* call) { in GetTpuProgram()
143 void TpuCompilationCacheService::HandleGetTpuProgram(GetTpuProgramCall* call) { in HandleGetTpuProgram()
146 GetTpuProgramCall::EnqueueRequestForMethod( in HandleGetTpuProgram()
159 GetTpuProgramCall::EnqueueRequestForMethod( in HandleRPCsLoop()