Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_session.cc55 SharedGrpcChannelPtr master_channel; in Create() local
58 &options.config.rpc_options(), &master_channel)); in Create()
59 master.reset(NewGrpcMaster(master_channel)); in Create()
393 SharedGrpcChannelPtr master_channel; in Reset() local
396 /*rpc_options=*/nullptr, &master_channel)); in Reset()
397 auto master = NewGrpcMaster(master_channel); in Reset()