Home
last modified time | relevance | path

Searched refs:resize_images_v2 (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/
Dconvert_image_to_csv.py66 resized_tensor = image_ops.resize_images_v2(image_tensor,
/external/tensorflow/tensorflow/python/keras/preprocessing/
Dimage_dataset.py255 img = image_ops.resize_images_v2(img, image_size, method=interpolation)
Dimage.py142 img = image_ops.resize_images_v2(
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/benchmarks/
Dimage_preproc_benchmark.py78 img = image_ops_impl.resize_images_v2(img, size=[224, 224])
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/
Dimage_preprocessing.py102 outputs = image_ops.resize_images_v2(
264 resized_inputs = image_ops.resize_images_v2(
1193 output = image_ops.resize_images_v2(
1290 output = image_ops.resize_images_v2(
Dimage_preprocessing_test.py289 resized_inp = image_ops.resize_images_v2(inp, size=[5, 3])
300 resized_inp = image_ops.resize_images_v2(inp, size=[4, 8])
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_test.py2634 y = image_ops.resize_images_v2(single_image, size)
2638 y = image_ops.resize_images_v2(images, size)
2642 y = image_ops.resize_images_v2(images, size)
2671 y = image_ops.resize_images_v2(image, [target_height, target_width],
2683 y = image_ops.resize_images_v2(image, [target_height, target_width],
2701 return image_ops.resize_images_v2(t, new_size, method)
2760 y = image_ops.resize_images_v2(image, target_shape, method)
2776 y = image_ops.resize_images_v2(image, target_shape, target_method)
2818 y = image_ops.resize_images_v2(image, [height, width], method)
2851 y = image_ops.resize_images_v2(
[all …]
Dimage_ops_impl.py1497 def resize_images_v2(images, function
1827 return resize_images_v2(im, new_size, method, antialias=antialias)
/external/tensorflow/tensorflow/python/keras/
Dbackend.py3206 x = image_ops.resize_images_v2(
3209 x = image_ops.resize_images_v2(x, new_shape,