Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dops_utils.h240 constexpr char MIRROR_MINI_STEP_OPERATOR[] = "_MirrorMiniStepOperator"; variable
Doperator_info.cc502 operator_name = MIRROR_MINI_STEP_OPERATOR; in CreateMirrorOps()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_parallel.cc156 if (op_name == MIRROR_MINI_STEP_OPERATOR) { in CreateMirrorInput()
171 if (op_name == MIRROR_MINI_STEP_OPERATOR || op_name == MINI_STEP_ALL_GATHER || in CreateMirrorInput()
1111 mirror_op_name = MIRROR_MINI_STEP_OPERATOR; in MirrorOpName()