Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_server_lib.cc220 GetServerCredentials(server_def_), &bound_port_); in Init()
328 host_port = strings::StrCat("localhost:", bound_port_); in ParseChannelSpec()
367 if (requested_port != bound_port_) { in WorkerCacheFactory()
369 " differs from expected port ", bound_port_); in WorkerCacheFactory()
481 return strings::StrCat("grpc://localhost:", bound_port_); in target()
Dgrpc_server_lib.h128 int bound_port() const { return bound_port_; } in bound_port()
137 int bound_port_ = 0; variable