Home
last modified time | relevance | path

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

/external/libtextclassifier/native/lang_id/common/math/
Dalgorithm.h78 std::vector<int> GetTopKIndices(int k, const std::vector<T> &v, in GetTopKIndices() function
141 std::vector<int> GetTopKIndices(int k, const std::vector<T> &elements) { in GetTopKIndices() function
/external/tensorflow/tensorflow/lite/tools/evaluation/stages/
Dtopk_accuracy_eval_stage.cc27 std::vector<int> GetTopKIndices(const std::vector<float>& values, int k) { in GetTopKIndices() function