Searched refs:ReverseSortIndices (Results 1 – 2 of 2) sorted by relevance
47 using ::tflite::task::core::ReverseSortIndices;312 auto start_indices = ReverseSortIndices(start_logits); in Postprocess()313 auto end_indices = ReverseSortIndices(end_logits); in Postprocess()
139 std::vector<size_t> ReverseSortIndices(const std::vector<T>& v) { in ReverseSortIndices() function