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.cc189 GetServerCredentials(server_def_), &bound_port_); in Init()
295 host_port = strings::StrCat("localhost:", bound_port_); in ParseChannelSpec()
335 if (requested_port != bound_port_) { in WorkerCacheFactory()
337 " differs from expected port ", bound_port_); in WorkerCacheFactory()
408 return strings::StrCat("grpc://localhost:", bound_port_); in target()
Dgrpc_server_lib.h121 int bound_port() const { return bound_port_; } in bound_port()
131 int bound_port_ = 0; variable