Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_worker_service.cc374 class GrpcWorkerService : public AsyncServiceInterface { class
376 GrpcWorkerService(GrpcWorker* worker, ::grpc::ServerBuilder* builder, in GrpcWorkerService() function in tensorflow::__anonf5bfbaa80111::GrpcWorkerService
428 TF_DISALLOW_COPY_AND_ASSIGN(GrpcWorkerService);
661 new GrpcWorkerService(worker, builder, options)); in NewGrpcWorkerService()