Home
last modified time | relevance | path

Searched refs:REDUCE_MEAN (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/rec_core/
Drec_parse_graph.h57 {REDUCE_MEAN, OperatorType::kRecReduce},
Drec_generate_strategy.cc934 … ops[incoming_op_index]->type() == REDUCE_MIN || ops[incoming_op_index]->type() == REDUCE_MEAN) { in CopyIncomingOperatorInputStrategy()
1183 …ops[iter_ops]->type() == REDUCE_SUM || ops[iter_ops]->type() == REDUCE_MEAN || ops[iter_ops]->type… in CopyOutgoingOperatorInputStrategy()
/third_party/mindspore/mindspore/core/utils/
Dcheck_convert_utils.h90 REDUCE_MEAN = 1, enumerator
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dops_utils.h295 constexpr char REDUCE_MEAN[] = "ReduceMean"; variable
/third_party/mindspore/mindspore/lite/schema/
Dops_v0.fbs88 REDUCE_MEAN = 1,
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_auto_parallel.cc166 …LOG, REDUCE_MEAN, REAL_DIV, SIGMOID, POW, MAXIMUM, MINIMUM, EQUAL, NOT_EQUAL, LOGICALNOT, GATHERV2… in IsSplittableOperator()