Searched refs:master_service_ (Results 1 – 3 of 3) sorted by relevance
55 builder->RegisterService(&master_service_); in GrpcMasterService()97 EnqueueRequest(&master_service_, cq_.get(), \138 grpc::MasterService::AsyncService master_service_; member in tensorflow::GrpcMasterService
85 delete master_service_; in ~GrpcServer()197 master_service_ = NewGrpcMasterService(master_impl_.get(), config, &builder); in Init()351 [this] { master_service_->HandleRPCsLoop(); })); in Start()
151 AsyncServiceInterface* master_service_ = nullptr; variable