Home
last modified time | relevance | path

Searched refs:CollectiveExecutorMgrInterface (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dworker_env.h28 class CollectiveExecutorMgrInterface; variable
63 std::unique_ptr<CollectiveExecutorMgrInterface> collective_executor_mgr;
Dmaster_env.h29 class CollectiveExecutorMgrInterface; variable
97 CollectiveExecutorMgrInterface* collective_executor_mgr = nullptr;
/external/tensorflow/tensorflow/core/common_runtime/
Dtest_collective_executor_mgr.h30 explicit TestCollectiveExecutor(CollectiveExecutorMgrInterface* cem) in TestCollectiveExecutor()
62 class TestCollectiveExecutorMgr : public CollectiveExecutorMgrInterface {
Dcollective_executor_mgr.h27 class CollectiveExecutorMgr : public CollectiveExecutorMgrInterface {
Dbase_collective_executor.h98 BaseCollectiveExecutor(CollectiveExecutorMgrInterface* cem, in BaseCollectiveExecutor()
Ddirect_session.h389 std::unique_ptr<CollectiveExecutorMgrInterface> collective_executor_mgr_;
/external/tensorflow/tensorflow/core/framework/
Dcollective.h237 class CollectiveExecutorMgrInterface : public StepSequenceInterface {
239 virtual ~CollectiveExecutorMgrInterface() {} in ~CollectiveExecutorMgrInterface()
354 explicit CollectiveExecutor(CollectiveExecutorMgrInterface* cem) in CollectiveExecutor()
359 CollectiveExecutorMgrInterface* cem_;
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h293 CollectiveExecutorMgrInterface* collective_executor_mgr() { in collective_executor_mgr()
409 CollectiveExecutorMgrInterface* rpc_collective_executor_mgr);
658 OwnedOrUnownedHelper<CollectiveExecutorMgrInterface> collective_executor_mgr_;
Dcontext.cc1067 CollectiveExecutorMgrInterface* rpc_collective_executor_mgr) { in StoreCollectiveOpsServer()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_server_lib.h51 typedef std::function<CollectiveExecutorMgrInterface*(