Searched refs:CollectiveExecutorMgrInterface (Results 1 – 10 of 10) sorted by relevance
28 class CollectiveExecutorMgrInterface; variable63 std::unique_ptr<CollectiveExecutorMgrInterface> collective_executor_mgr;
30 class CollectiveExecutorMgrInterface; variable100 CollectiveExecutorMgrInterface* collective_executor_mgr = nullptr;
252 class CollectiveExecutorMgrInterface : public StepSequenceInterface {254 virtual ~CollectiveExecutorMgrInterface() {} in ~CollectiveExecutorMgrInterface()381 explicit CollectiveExecutor(CollectiveExecutorMgrInterface* cem) in CollectiveExecutor()386 CollectiveExecutorMgrInterface* cem_;
30 explicit TestCollectiveExecutor(CollectiveExecutorMgrInterface* cem,70 class TestCollectiveExecutorMgr : public CollectiveExecutorMgrInterface {
26 class CollectiveExecutorMgr : public CollectiveExecutorMgrInterface {
98 BaseCollectiveExecutor(CollectiveExecutorMgrInterface* cem, in BaseCollectiveExecutor()
390 std::unique_ptr<CollectiveExecutorMgrInterface> collective_executor_mgr_;
105 CollectiveExecutorMgrInterface* collective_executor_mgr = nullptr,340 CollectiveExecutorMgrInterface* collective_executor_mgr() { in collective_executor_mgr()461 CollectiveExecutorMgrInterface* rpc_collective_executor_mgr);761 OwnedOrUnownedHelper<CollectiveExecutorMgrInterface> collective_executor_mgr_;
152 CollectiveExecutorMgrInterface* collective_executor_mgr, in EagerContext()1324 CollectiveExecutorMgrInterface* rpc_collective_executor_mgr) { in StoreCollectiveOpsServer()
51 typedef std::function<CollectiveExecutorMgrInterface*(