Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_channel.cc49 string bns_prefix = "/bns/"; in ValidateHostPortPair() local
50 if (host_port.substr(0, bns_prefix.length()) == bns_prefix) { in ValidateHostPortPair()