Home
last modified time | relevance | path

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

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