Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_master_service.cc48 class GrpcMasterService : public AsyncServiceInterface { class
50 GrpcMasterService(Master* master, const ConfigProto& default_session_config, in GrpcMasterService() function in tensorflow::GrpcMasterService
59 ~GrpcMasterService() override { delete shutdown_alarm_; } in ~GrpcMasterService()
95 Call<GrpcMasterService, grpc::MasterService::AsyncService, \
99 &GrpcMasterService::method##Handler, \
123 UntypedCall<GrpcMasterService>::Tag* callback_tag = in HandleRPCsLoop()
124 static_cast<UntypedCall<GrpcMasterService>::Tag*>(tag); in HandleRPCsLoop()
146 using MasterCall = Call<GrpcMasterService, grpc::MasterService::AsyncService,
299 TF_DISALLOW_COPY_AND_ASSIGN(GrpcMasterService);
305 return new GrpcMasterService(master, default_session_config, builder); in NewGrpcMasterService()