Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/examples/label_image/
Dget_top_n.h25 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,
DBUILD17 "get_top_n.h",
58 "get_top_n.h",
Dlabel_image_test.cc48 get_top_n<uint8_t>(in, 10, 5, 0.025, &top_results, false); in TEST()
Dget_top_n_impl.h30 void get_top_n(T* prediction, int prediction_size, size_t num_results, in get_top_n() function
Dlabel_image.cc227 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()