Searched refs:wanted_height (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/lite/examples/label_image/ |
D | bitmap_helpers_impl.h | 31 int image_channels, int wanted_height, int wanted_width, in resize() argument 55 {1, wanted_height, wanted_width, wanted_channels}, quant); in resize() 77 interpreter->typed_tensor<int>(1)[0] = wanted_height; in resize() 83 auto output_number_of_pixels = wanted_height * wanted_width * wanted_channels; in resize()
|
D | bitmap_helpers.h | 30 int image_channels, int wanted_height, int wanted_width,
|
D | label_image.cc | 319 int wanted_height = dims->data[1]; in RunInference() local 327 image_height, image_width, image_channels, wanted_height, in RunInference() 332 image_height, image_width, image_channels, wanted_height, in RunInference() 337 image_height, image_width, image_channels, wanted_height, in RunInference()
|
/external/tensorflow/tensorflow/lite/examples/ios/simple/ |
D | RunModelViewController.mm | 154 const int wanted_height = 224; 161 for (int y = 0; y < wanted_height; ++y) { 162 const int in_y = (y * image_height) / wanted_height;
|