Home
last modified time | relevance | path

Searched defs:heapify (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.c33 static void heapify(const float *scores, int *indexes, int n, int i) { in heapify() function
/third_party/python/Lib/
Dheapq.py170 def heapify(x): function