Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/rec_core/
Drec_parse_graph.h61 {UNSORTED_SEGMENT_SUM, OperatorType::kRecUnsortedSegmentOp},
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dops_utils.h390 constexpr char UNSORTED_SEGMENT_SUM[] = "UnsortedSegmentSum"; variable
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_auto_parallel.cc172 …PLUS, SOFTSIGN, GREATEREQUAL, LESSEQUAL, LESS, APPROXIMATEEQUAL, MOD, UNIQUE, UNSORTED_SEGMENT_SUM, in IsSplittableOperator()