Home
last modified time | relevance | path

Searched defs:SortByEnd (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/pass/
Dcomp_comm_scheduling.cc52 struct SortByEnd { struct
53 bool operator()(const Interval &interval1, const Interval &interval2) const { in operator ()()