Searched refs:input_bmp_name (Results 1 – 4 of 4) sorted by relevance
73 std::vector<uint8_t> read_bmp(const std::string& input_bmp_name, int* width, in read_bmp() argument77 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()
39 string input_bmp_name = "./grace_hopper.bmp"; member
25 std::vector<uint8_t> read_bmp(const std::string& input_bmp_name, int* width,
284 std::vector<uint8_t> in = read_bmp(settings->input_bmp_name, &image_width, in RunInference()520 s.input_bmp_name = optarg; in Main()