Searched refs:out_ranking (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/contrib/hvx/hexagon_controller/src_impl/ |
D | graph_functions_wrapper.c | 97 const int n, int* out_ranking) { in hexagon_controller_PrintMaxNIdx() argument 107 out_ranking[i] = INT_MAX; in hexagon_controller_PrintMaxNIdx() 110 out_ranking[i] = FindMaxIdxWithExcludeList(data, entries, n, out_ranking); in hexagon_controller_PrintMaxNIdx() 114 TFMLOGD("%d: id = %d, val = %f", i, out_ranking[i], data[out_ranking[i]]); in hexagon_controller_PrintMaxNIdx() 271 int out_ranking[OUT_RANKING_SIZE]; in hexagon_controller_ExecuteInceptionDummyData() local 274 OUT_RANKING_SIZE, out_ranking); in hexagon_controller_ExecuteInceptionDummyData() 280 if (out_ranking[0] == 169 && out_ranking[1] == 7) { in hexagon_controller_ExecuteInceptionDummyData() 283 TFMLOGD("Result is wrong! %d, %d", out_ranking[0], out_ranking[1]); in hexagon_controller_ExecuteInceptionDummyData()
|
D | hexagon_controller.c | 200 int out_ranking[OUT_RANKING_SIZE]; in hexagon_controller_ExecuteGraphWithBuffer() local 204 out_ranking); in hexagon_controller_ExecuteGraphWithBuffer() 211 if (out_ranking[0] == 169 && out_ranking[1] == 7) { in hexagon_controller_ExecuteGraphWithBuffer() 212 TFMLOGD("Result is correct! %d, %d", out_ranking[0], out_ranking[1]); in hexagon_controller_ExecuteGraphWithBuffer() 215 TFMLOGD("Result is wrong! %d, %d", out_ranking[0], out_ranking[1]); in hexagon_controller_ExecuteGraphWithBuffer()
|
/external/tensorflow/tensorflow/contrib/hvx/hexagon_controller/src_impl/include/ |
D | hexagon_controller.h | 124 const int n, int* out_ranking);
|