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 CollectiveExecutorMgrInterface* collective_executor_mgr = nullptr;
Dmaster_env.h29 class CollectiveExecutorMgrInterface; variable
97 CollectiveExecutorMgrInterface* collective_executor_mgr = nullptr;
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h161 CollectiveExecutorMgrInterface* collective_executor_mgr() { in collective_executor_mgr()
232 CollectiveExecutorMgrInterface* rpc_collective_executor_mgr);
313 std::unique_ptr<CollectiveExecutorMgrInterface> collective_executor_mgr_;
314 CollectiveExecutorMgrInterface* unowned_collective_executor_mgr_ = nullptr;
Dcontext.cc431 CollectiveExecutorMgrInterface* rpc_collective_executor_mgr) { in StoreCollectiveOpsServer()
/external/tensorflow/tensorflow/core/framework/
Dcollective.h210 class CollectiveExecutorMgrInterface : public StepSequenceInterface {
212 virtual ~CollectiveExecutorMgrInterface() {} in ~CollectiveExecutorMgrInterface()
311 explicit CollectiveExecutor(CollectiveExecutorMgrInterface* cem) in CollectiveExecutor()
316 CollectiveExecutorMgrInterface* cem_;
/external/tensorflow/tensorflow/core/common_runtime/
Dtest_collective_executor_mgr.h29 explicit TestCollectiveExecutor(CollectiveExecutorMgrInterface* cem) in TestCollectiveExecutor()
52 class TestCollectiveExecutorMgr : public CollectiveExecutorMgrInterface {
Dcollective_executor_mgr.h25 class CollectiveExecutorMgr : public CollectiveExecutorMgrInterface {
Dbase_collective_executor.h96 BaseCollectiveExecutor(CollectiveExecutorMgrInterface* cem, in BaseCollectiveExecutor()
Ddirect_session.h367 std::unique_ptr<CollectiveExecutorMgrInterface> collective_executor_mgr_;
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_server_lib.h49 typedef std::function<CollectiveExecutorMgrInterface*(