Home
last modified time | relevance | path

Searched refs:HandleRPCsLoop (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dasync_service_interface.h29 virtual void HandleRPCsLoop() = 0;
Dgrpc_server_lib.cc403 [this] { master_service_->HandleRPCsLoop(); })); in Start()
406 [this] { worker_service_->HandleRPCsLoop(); })); in Start()
409 [this] { eager_service_->HandleRPCsLoop(); })); in Start()
Dgrpc_worker_service.cc115 [this]() { HandleRPCsLoop(); })); in Start()
131 void HandleRPCsLoop() { in HandleRPCsLoop() function in tensorflow::__anone3af23c60111::GrpcWorkerServiceThread
399 void HandleRPCsLoop() override { in HandleRPCsLoop() function in tensorflow::__anone3af23c60111::GrpcWorkerService
Dgrpc_master_service.cc104 void HandleRPCsLoop() override { in HandleRPCsLoop() function in tensorflow::GrpcMasterService
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compilation_cache_service.cc63 opts, "TpuCompilationCachePoller", [this]() { HandleRPCsLoop(); })); in Start()
154 void TpuCompilationCacheService::HandleRPCsLoop() { in HandleRPCsLoop() function in tensorflow::TpuCompilationCacheService
Dtpu_compilation_cache_service.h48 void HandleRPCsLoop();
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/
Dgrpc_eager_service_impl.cc42 void GrpcEagerServiceImpl::HandleRPCsLoop() { in HandleRPCsLoop() function in tensorflow::eager::GrpcEagerServiceImpl
Dgrpc_eager_service_impl.h51 void HandleRPCsLoop() override;