Home
last modified time | relevance | path

Searched refs:CollectiveExecutorMgr (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dcollective_executor_mgr.cc26 CollectiveExecutorMgr::CollectiveExecutorMgr( in CollectiveExecutorMgr() function in tensorflow::CollectiveExecutorMgr
40 CollectiveExecutorMgr::~CollectiveExecutorMgr() { in ~CollectiveExecutorMgr()
46 CollectiveExecutor* CollectiveExecutorMgr::FindOrCreate(int64 step_id) { in FindOrCreate()
62 CollectiveExecutor* CollectiveExecutorMgr::Create(int64 step_id) { in Create()
69 void CollectiveExecutorMgr::Cleanup(int64 step_id) { in Cleanup()
82 void CollectiveExecutorMgr::GetStepSequenceAsync( in GetStepSequenceAsync()
89 void CollectiveExecutorMgr::RefreshStepIdSequenceAsync( in RefreshStepIdSequenceAsync()
Dcollective_executor_mgr.h27 class CollectiveExecutorMgr : public CollectiveExecutorMgrInterface {
29 CollectiveExecutorMgr(
35 virtual ~CollectiveExecutorMgr();
Dcollective_executor_mgr_test.cc50 cme_.reset(new CollectiveExecutorMgr(cp, device_mgr_.get(), std::move(drl), in CollectiveExecutorMgrTest()
55 std::unique_ptr<CollectiveExecutorMgr> cme_;
Ddirect_session.cc557 collective_executor_mgr_.reset(new CollectiveExecutorMgr( in RunInternal()
/external/tensorflow/tensorflow/core/distributed_runtime/
Drpc_collective_executor_mgr.h35 class RpcCollectiveExecutorMgr : public CollectiveExecutorMgr {
Drpc_collective_executor_mgr.cc34 : CollectiveExecutorMgr(config, dev_mgr, std::move(dev_resolver), in RpcCollectiveExecutorMgr()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.cc125 new CollectiveExecutorMgr(opts.config, local_device_mgr(), std::move(drl),