Home
last modified time | relevance | path

Searched refs:MIRROR_OPERATOR (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/allreduce_fusion/
Dallreduce_fusion.cc207 if (node_prim->name() == MIRROR_OPERATOR) { in FindMirror()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dops_utils.h239 constexpr char MIRROR_OPERATOR[] = "_MirrorOperator"; variable
Doperator_info.cc510 operator_name = MIRROR_OPERATOR; in CreateMirrorOps()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_parallel.cc157 op_name = MIRROR_OPERATOR; in CreateMirrorInput()
1115 mirror_op_name = MIRROR_OPERATOR; in MirrorOpName()