Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/examples/label_image/
Dbitmap_helpers.h25 std::vector<uint8_t> read_bmp(const std::string& input_bmp_name, int* width,
Dlabel_image_test.cc34 read_bmp(lena_file, &width, &height, &channels, &s); in TEST()
Dbitmap_helpers.cc73 std::vector<uint8_t> read_bmp(const std::string& input_bmp_name, int* width, in read_bmp() function
Dlabel_image.cc284 std::vector<uint8_t> in = read_bmp(settings->input_bmp_name, &image_width, in RunInference()