Searched refs:CollectiveExecutorMgrInterface (Results 1 – 10 of 10) sorted by relevance
28 class CollectiveExecutorMgrInterface; variable63 CollectiveExecutorMgrInterface* collective_executor_mgr = nullptr;
29 class CollectiveExecutorMgrInterface; variable97 CollectiveExecutorMgrInterface* collective_executor_mgr = nullptr;
161 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;
431 CollectiveExecutorMgrInterface* rpc_collective_executor_mgr) { in StoreCollectiveOpsServer()
210 class CollectiveExecutorMgrInterface : public StepSequenceInterface {212 virtual ~CollectiveExecutorMgrInterface() {} in ~CollectiveExecutorMgrInterface()311 explicit CollectiveExecutor(CollectiveExecutorMgrInterface* cem) in CollectiveExecutor()316 CollectiveExecutorMgrInterface* cem_;
29 explicit TestCollectiveExecutor(CollectiveExecutorMgrInterface* cem) in TestCollectiveExecutor()52 class TestCollectiveExecutorMgr : public CollectiveExecutorMgrInterface {
25 class CollectiveExecutorMgr : public CollectiveExecutorMgrInterface {
96 BaseCollectiveExecutor(CollectiveExecutorMgrInterface* cem, in BaseCollectiveExecutor()
367 std::unique_ptr<CollectiveExecutorMgrInterface> collective_executor_mgr_;
49 typedef std::function<CollectiveExecutorMgrInterface*(