Home
last modified time | relevance | path

Searched defs:PartialArgSort (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/micro/coder/wrapper/base/
Ddetection_post_process_base_wrapper.c53 void PartialArgSort(const float *scores, int *indexes, int num_to_sort, int num_values) { in PartialArgSort() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/cpu/base/
Ddetection_post_process_base.cc36 void PartialArgSort(const float *scores, int *indexes, int num_to_sort, int num_values) { in PartialArgSort() function