HomeSort by relevance Sort by last modified time
    Searched refs:out_ranking (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/contrib/hvx/hexagon_controller/src_impl/
graph_functions_wrapper.c 97 const int n, int* out_ranking) {
107 out_ranking[i] = INT_MAX;
110 out_ranking[i] = FindMaxIdxWithExcludeList(data, entries, n, out_ranking);
114 TFMLOGD("%d: id = %d, val = %f", i, out_ranking[i], data[out_ranking[i]]);
271 int out_ranking[OUT_RANKING_SIZE]; local
274 OUT_RANKING_SIZE, out_ranking);
280 if (out_ranking[0] == 169 && out_ranking[1] == 7)
    [all...]
hexagon_controller.c 200 int out_ranking[OUT_RANKING_SIZE]; local
204 out_ranking);
211 if (out_ranking[0] == 169 && out_ranking[1] == 7) {
212 TFMLOGD("Result is correct! %d, %d", out_ranking[0], out_ranking[1]);
215 TFMLOGD("Result is wrong! %d, %d", out_ranking[0], out_ranking[1]);
  /external/tensorflow/tensorflow/contrib/hvx/hexagon_controller/src_impl/include/
hexagon_controller.h 124 const int n, int* out_ranking);

Completed in 247 milliseconds