Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/examples/label_image/
Dbitmap_helpers_impl.h31 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()
Dbitmap_helpers.h30 int image_channels, int wanted_height, int wanted_width,
Dlabel_image.cc319 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/
DRunModelViewController.mm154 const int wanted_height = 224;
161 for (int y = 0; y < wanted_height; ++y) {
162 const int in_y = (y * image_height) / wanted_height;