Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/tensor_layout/
Dmap.cc45 Shape sorted_array = array_; in IsValidMap() local
46 std::sort(sorted_array.begin(), sorted_array.end()); in IsValidMap()
48 for (auto &element : sorted_array) { in IsValidMap()