Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ops/
Dsoft_margin_loss.cc38 if (reduction == REDUCTION_SUM || reduction == MEAN) { in SoftMarginLossInferShape()
Dbinary_cross_entropy.cc46 if (reduction != REDUCTION_SUM && reduction != MEAN) { in BinaryCrossEntroyInferShape()
/third_party/mindspore/mindspore/lite/mindir/include/
Dmindir_types.h199 REDUCTION_SUM = 0, enumerator
/third_party/mindspore/mindspore/lite/schema/
Dops_types.fbs133 REDUCTION_SUM = 0,
/third_party/mindspore/mindspore/core/utils/
Dcheck_convert_utils.cc52 {"sum", Reduction::REDUCTION_SUM},
58 {Reduction::REDUCTION_SUM, "sum"},
Dcheck_convert_utils.h100 enum Reduction : int64_t { REDUCTION_SUM = 0, MEAN = 1, NONE = 2 }; enumerator