HomeSort by relevance Sort by last modified time
    Searched refs:rendezvous_mgr_func (Results 1 - 7 of 7) sorted by null

  /external/tensorflow/tensorflow/contrib/mpi/
mpi_server_lib.h 46 RendezvousMgrCreationFunction rendezvous_mgr_func);
mpi_server_lib.cc 56 RendezvousMgrCreationFunction rendezvous_mgr_func) {
57 Status s = GrpcServer::Init(service_func, rendezvous_mgr_func);
  /external/tensorflow/tensorflow/contrib/verbs/
verbs_server_lib.h 45 RendezvousMgrCreationFunction rendezvous_mgr_func);
verbs_server_lib.cc 80 RendezvousMgrCreationFunction rendezvous_mgr_func) {
81 Status s = GrpcServer::Init(service_func, rendezvous_mgr_func);
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_server_lib.h 72 const RendezvousMgrCreationFunction& rendezvous_mgr_func,
76 const RendezvousMgrCreationFunction& rendezvous_mgr_func);
grpc_server_lib.cc 108 const RendezvousMgrCreationFunction& rendezvous_mgr_func,
127 worker_env_.rendezvous_mgr = rendezvous_mgr_func == nullptr
129 : rendezvous_mgr_func(&worker_env_);
246 const RendezvousMgrCreationFunction& rendezvous_mgr_func) {
247 return Init(service_func, rendezvous_mgr_func, nullptr);
  /external/tensorflow/tensorflow/contrib/gdr/
gdr_server_lib.cc 51 RendezvousMgrCreationFunction rendezvous_mgr_func = local
60 GrpcServer::Init(nullptr, rendezvous_mgr_func, worker_func));

Completed in 509 milliseconds