Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Ddetection_postprocess.cc355 int num_to_sort, int* indices) { in DecreasingPartialArgSort() argument
356 if (num_to_sort == 1) { in DecreasingPartialArgSort()
361 indices, indices + num_to_sort, indices + num_values, in DecreasingPartialArgSort()