Home
last modified time | relevance | path

Searched defs:collective_executor_mgr (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dworker_env.h63 std::unique_ptr<CollectiveExecutorMgrInterface> collective_executor_mgr; member
Dmaster_env.h100 CollectiveExecutorMgrInterface* collective_executor_mgr = nullptr; member
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h306 CollectiveExecutorMgrInterface* collective_executor_mgr() { in collective_executor_mgr() function
Dcontext.cc82 CollectiveExecutorMgrInterface* collective_executor_mgr, in EagerContext()