Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dasync_service_interface.h29 virtual void HandleRPCsLoop() = 0;
Dgrpc_server_lib.cc351 [this] { master_service_->HandleRPCsLoop(); })); in Start()
354 [this] { worker_service_->HandleRPCsLoop(); })); in Start()
357 [this] { eager_service_->HandleRPCsLoop(); })); in Start()
Dgrpc_worker_service.cc115 [this]() { HandleRPCsLoop(); })); in Start()
131 void HandleRPCsLoop() { in HandleRPCsLoop() function in tensorflow::__anonf5bfbaa80111::GrpcWorkerServiceThread
411 void HandleRPCsLoop() override { in HandleRPCsLoop() function in tensorflow::__anonf5bfbaa80111::GrpcWorkerService
Dgrpc_master_service.cc104 void HandleRPCsLoop() override { in HandleRPCsLoop() function in tensorflow::GrpcMasterService
/external/tensorflow/tensorflow/contrib/verbs/
Dgrpc_verbs_service.h34 void HandleRPCsLoop() override;
Dgrpc_verbs_service.cc81 void GrpcVerbsService::HandleRPCsLoop() { in HandleRPCsLoop() function in tensorflow::GrpcVerbsService
Dverbs_server_lib.cc110 [this] { verbs_service_->HandleRPCsLoop(); })); in Start()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/
Dgrpc_eager_service_impl.cc35 void GrpcEagerServiceImpl::HandleRPCsLoop() { in HandleRPCsLoop() function in tensorflow::eager::GrpcEagerServiceImpl
Dgrpc_eager_service_impl.h42 void HandleRPCsLoop() override;