Searched refs:REDUCE_MEAN (Results 1 – 6 of 6) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/rec_core/ |
D | rec_parse_graph.h | 57 {REDUCE_MEAN, OperatorType::kRecReduce},
|
D | rec_generate_strategy.cc | 934 … 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/ |
D | check_convert_utils.h | 90 REDUCE_MEAN = 1, enumerator
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/ |
D | ops_utils.h | 295 constexpr char REDUCE_MEAN[] = "ReduceMean"; variable
|
/third_party/mindspore/mindspore/lite/schema/ |
D | ops_v0.fbs | 88 REDUCE_MEAN = 1,
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ |
D | step_auto_parallel.cc | 166 …LOG, REDUCE_MEAN, REAL_DIV, SIGMOID, POW, MAXIMUM, MINIMUM, EQUAL, NOT_EQUAL, LOGICALNOT, GATHERV2… in IsSplittableOperator()
|