Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator.cc3506 std::vector<int64_t> indices_to_sort(sort_dim_elements); in HandleSort() local
3507 std::iota(indices_to_sort.begin(), indices_to_sort.end(), 0); in HandleSort()
3546 std::stable_sort(indices_to_sort.begin(), indices_to_sort.end(), in HandleSort()
3549 std::sort(indices_to_sort.begin(), indices_to_sort.end(), comparator); in HandleSort()
3560 ExtractFromIndexPositions(literals_to_sort[i], indices_to_sort)); in HandleSort()