Searched refs:CollectiveExecutorMgrInterface (Results 1 – 10 of 10) sorted by relevance
28 class CollectiveExecutorMgrInterface; variable63 std::unique_ptr<CollectiveExecutorMgrInterface> collective_executor_mgr;
29 class CollectiveExecutorMgrInterface; variable97 CollectiveExecutorMgrInterface* collective_executor_mgr = nullptr;
30 explicit TestCollectiveExecutor(CollectiveExecutorMgrInterface* cem) in TestCollectiveExecutor()62 class TestCollectiveExecutorMgr : public CollectiveExecutorMgrInterface {
27 class CollectiveExecutorMgr : public CollectiveExecutorMgrInterface {
98 BaseCollectiveExecutor(CollectiveExecutorMgrInterface* cem, in BaseCollectiveExecutor()
389 std::unique_ptr<CollectiveExecutorMgrInterface> collective_executor_mgr_;
237 class CollectiveExecutorMgrInterface : public StepSequenceInterface {239 virtual ~CollectiveExecutorMgrInterface() {} in ~CollectiveExecutorMgrInterface()354 explicit CollectiveExecutor(CollectiveExecutorMgrInterface* cem) in CollectiveExecutor()359 CollectiveExecutorMgrInterface* cem_;
293 CollectiveExecutorMgrInterface* collective_executor_mgr() { in collective_executor_mgr()409 CollectiveExecutorMgrInterface* rpc_collective_executor_mgr);658 OwnedOrUnownedHelper<CollectiveExecutorMgrInterface> collective_executor_mgr_;
1067 CollectiveExecutorMgrInterface* rpc_collective_executor_mgr) { in StoreCollectiveOpsServer()
51 typedef std::function<CollectiveExecutorMgrInterface*(