Home
last modified time | relevance | path

Searched refs:MINI_STEP_ALL_GATHER (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dops_utils.h244 constexpr char MINI_STEP_ALL_GATHER[] = "_MiniStepAllGather"; variable
Doperator_info.cc418 OperatorName operator_name = MINI_STEP_ALL_GATHER; in CreateMiniStepAllGatherOp()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_parallel.cc159 } else if (op_name == MINI_STEP_ALL_GATHER || op_name == MIRROR_MICRO_STEP_OPERATOR || in CreateMirrorInput()
171 if (op_name == MIRROR_MINI_STEP_OPERATOR || op_name == MINI_STEP_ALL_GATHER || in CreateMirrorInput()
1532 if (op_name == MINI_STEP_ALL_GATHER) { in InsertAllGatherOp()
1567 op_name = MINI_STEP_ALL_GATHER; in ApplyParallelOptOnParam()