Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/mpi/
Dmpi_server_lib.cc56 RendezvousMgrCreationFunction rendezvous_mgr_func) { in Init() argument
59 opts.rendezvous_mgr_func = rendezvous_mgr_func; in Init()
Dmpi_server_lib.h46 RendezvousMgrCreationFunction rendezvous_mgr_func);
/external/tensorflow/tensorflow/contrib/gdr/
Dgdr_server_lib.cc53 RendezvousMgrCreationFunction rendezvous_mgr_func = in Init() local
86 opts.rendezvous_mgr_func = rendezvous_mgr_func; in Init()
/external/tensorflow/tensorflow/contrib/verbs/
Dverbs_server_lib.cc82 RendezvousMgrCreationFunction rendezvous_mgr_func) { in Init() argument
86 opts.rendezvous_mgr_func = rendezvous_mgr_func; in Init()
Dverbs_server_lib.h45 RendezvousMgrCreationFunction rendezvous_mgr_func);
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_server_lib.cc163 worker_env_.rendezvous_mgr = opts.rendezvous_mgr_func == nullptr in Init()
165 : opts.rendezvous_mgr_func(&worker_env_); in Init()
433 options.rendezvous_mgr_func = NewRpcRendezvousMgr; in Create()
449 options.rendezvous_mgr_func = NewRpcRendezvousMgr; in Create()
Dgrpc_server_lib.h65 RendezvousMgrCreationFunction rendezvous_mgr_func = nullptr; member