Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_remote_master.h24 MasterInterface* NewGrpcMaster(const SharedGrpcChannelPtr& channel);
Dgrpc_remote_master.cc185 MasterInterface* NewGrpcMaster(const SharedGrpcChannelPtr& channel) { in NewGrpcMaster() function
Dgrpc_session.cc59 master.reset(NewGrpcMaster(master_channel)); in Create()
397 auto master = NewGrpcMaster(master_channel); in Reset()