Home
last modified time | relevance | path

Searched refs:kPrimMiniStepAllGather (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/core/utils/
Dparallel_node_check.cc45 … std::set<PrimitivePtr> ALLGATHER_NODE_LIST_ = {prim::kPrimAllGather, prim::kPrimMiniStepAllGather,
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/
Dirpass.cc107 … "mini_step_allgather_replace", prim::kPrimMiniStepAllGather); in OptimizeIRPassLib()
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/
Dspecial_op_eliminate.h278 if (!IsPrimitiveCNode(node, prim::kPrimMiniStepAllGather) || node->func_graph() == nullptr) { in operator()
/third_party/mindspore/mindspore/core/base/
Dcore_ops.h412 inline const PrimitivePtr kPrimMiniStepAllGather = std::make_shared<Primitive>("_MiniStepAllGather"… variable
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_parallel.cc2611 …itiveCNode(cnode, prim::kPrimAllGather) || IsPrimitiveCNode(cnode, prim::kPrimMiniStepAllGather) || in IsCohesiveNode()