Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compilation_cache_grpc.cc54 rpcmethod_get_tpu_program_(grpcTpuCompilationCacheService_method_names[0], in Stub()
62 channel_.get(), rpcmethod_get_tpu_program_, context, request, response); in GetTpuProgram()
71 ResponseType>::Create(channel_.get(), cq, rpcmethod_get_tpu_program_, in AsyncGetTpuProgramRaw()
81 ResponseType>::Create(channel_.get(), cq, rpcmethod_get_tpu_program_, in PrepareAsyncGetTpuProgramRaw()
Dtpu_compilation_cache_grpc.h133 const ::grpc::internal::RpcMethod rpcmethod_get_tpu_program_; variable