Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/examples/label_image/
Dbitmap_helpers.cc73 std::vector<uint8_t> read_bmp(const std::string& input_bmp_name, int* width, in read_bmp() argument
77 std::ifstream file(input_bmp_name, std::ios::in | std::ios::binary); in read_bmp()
79 LOG(FATAL) << "input file " << input_bmp_name << " not found"; in read_bmp()
Dlabel_image.h39 string input_bmp_name = "./grace_hopper.bmp"; member
Dbitmap_helpers.h25 std::vector<uint8_t> read_bmp(const std::string& input_bmp_name, int* width,
Dlabel_image.cc284 std::vector<uint8_t> in = read_bmp(settings->input_bmp_name, &image_width, in RunInference()
520 s.input_bmp_name = optarg; in Main()