Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dtopk_v2.cc95 auto comparator = [this](int32 a, int32 b) { return compare_fun(a, b); }; in push()
110 auto comparator = [this](int32 a, int32 b) { return compare_fun(a, b); }; in sorted_result()
125 bool compare_fun(int32 a, int32 b) const { in compare_fun() function in tflite::ops::builtin::topk_v2::__anonb35a0bd70111::TopContainer