Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_channel.cc130 for (const auto& id_host_port : host_ports) { in AddHostPortsJob() local
131 TF_RETURN_IF_ERROR(ValidateHostPortPair(id_host_port.second)); in AddHostPortsJob()
256 for (const auto& id_host_port : host_ports_) { in ListWorkers() local
257 workers->emplace_back(MakeAddress(job_id_, id_host_port.first)); in ListWorkers()
305 for (const auto& id_host_port : host_ports_) { in ToString() local
307 strings::StrCat(id_host_port.first, " -> ", id_host_port.second)); in ToString()