Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/hvx/hexagon_controller/src_impl/
Dgraph_functions_wrapper.c67 static uint32_t FindMaxIdxWithExcludeList(const float* data, uint32_t entries, in FindMaxIdxWithExcludeList() function
93 return FindMaxIdxWithExcludeList(data, entries, 0, NULL); in FindMaxIdx()
110 out_ranking[i] = FindMaxIdxWithExcludeList(data, entries, n, out_ranking); in hexagon_controller_PrintMaxNIdx()