Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/gdr/
Dgdr_server_lib.cc62 CollectiveMgrCreationFunction collective_mgr_func = in Init() local
87 opts.collective_mgr_func = collective_mgr_func; in Init()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_server_lib.h66 CollectiveMgrCreationFunction collective_mgr_func = nullptr; member
Dgrpc_server_lib.cc221 if (opts.collective_mgr_func) { in Init()
223 opts.collective_mgr_func(config, &worker_env_, worker_cache); in Init()