Searched refs:get_top_n (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/lite/examples/label_image/ |
D | get_top_n.h | 25 void get_top_n(T* prediction, int prediction_size, size_t num_results, 30 template void get_top_n<uint8_t>(uint8_t*, int, size_t, float, 32 template void get_top_n<float>(float*, int, size_t, float,
|
D | BUILD | 17 "get_top_n.h", 58 "get_top_n.h",
|
D | label_image_test.cc | 48 get_top_n<uint8_t>(in, 10, 5, 0.025, &top_results, false); in TEST()
|
D | get_top_n_impl.h | 30 void get_top_n(T* prediction, int prediction_size, size_t num_results, in get_top_n() function
|
D | label_image.cc | 227 get_top_n<float>(interpreter->typed_output_tensor<float>(0), output_size, in RunInference() 231 get_top_n<uint8_t>(interpreter->typed_output_tensor<uint8_t>(0), in RunInference()
|