Searched refs:cropped_image (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/lite/tools/accuracy/ilsvrc/ |
D | inception_preprocessing.cc | 34 double crop_fraction, tensorflow::Output* cropped_image) { in CentralCropImage() argument 44 *cropped_image = ops::Slice(s, decoded_image, slice_begin, slice_size); in CentralCropImage() 56 tensorflow::Output cropped_image; in AddToGraph() local 57 CentralCropImage(s, decoded_jpeg, params_.cropping_fraction, &cropped_image); in AddToGraph() 58 auto dims_expander = ops::ExpandDims(s, cropped_image, 0); in AddToGraph()
|
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/ |
D | image-inl.h | 119 Image<T>* const cropped_image = new Image(new_width, new_height); in Crop() local 122 memcpy((*cropped_image)[y], ((*this)[y + top] + left), in Crop() 126 return cropped_image; in Crop()
|