Home
last modified time | relevance | path

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

/external/tflite-support/tensorflow_lite_support/cc/task/text/qa/
Dbert_question_answerer.cc47 using ::tflite::task::core::ReverseSortIndices;
312 auto start_indices = ReverseSortIndices(start_logits); in Postprocess()
313 auto end_indices = ReverseSortIndices(end_logits); in Postprocess()
/external/tflite-support/tensorflow_lite_support/cc/task/core/
Dtask_utils.h139 std::vector<size_t> ReverseSortIndices(const std::vector<T>& v) { in ReverseSortIndices() function