Searched refs:GrpcMasterService (Results 1 – 1 of 1) sorted by relevance
48 class GrpcMasterService : public AsyncServiceInterface { class50 GrpcMasterService(Master* master, const ConfigProto& default_session_config, in GrpcMasterService() function in tensorflow::GrpcMasterService59 ~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()