Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/tools/optimizer/parallel/
Dspliter.h31 struct IntCompare { struct
32 bool operator()(const int &lhs, const int &rhs) const { return lhs > rhs; } in operator()