Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_remote_master.cc35 class GrpcRemoteMaster : public MasterInterface { class
39 explicit GrpcRemoteMaster(const SharedGrpcChannelPtr& client_channel) in GrpcRemoteMaster() function in tensorflow::GrpcRemoteMaster
42 ~GrpcRemoteMaster() override {} in ~GrpcRemoteMaster()
186 return new GrpcRemoteMaster(channel); in NewGrpcMaster()