Home
last modified time | relevance | path

Searched defs:host_ports (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_channel.h43 const std::map<int, string> host_ports; member
Dgrpc_channel.cc116 const std::vector<string>& host_ports) { in AddHostPortsJob()
125 const string& job_id, const std::map<int, string>& host_ports) { in AddHostPortsJob()
245 const std::map<int, string>& host_ports, in SparseGrpcChannelCache()
Dgrpc_tensorflow_server.cc61 const std::vector<string> host_ports = str_util::Split(spec, ';'); in FillServerDef() local
Dgrpc_testlib_server.cc55 const std::vector<string> host_ports = str_util::Split(spec, ';'); in FillServerDef() local
Dgrpc_server_lib.cc285 std::map<int, string> host_ports; in ParseChannelSpec() local