Module: tf.keras.ops.image

DO NOT EDIT.

This file was autogenerated. Do not edit it by hand, since your modifications would be overwritten.

Functions

affine_transform(...): Applies the given transform(s) to the image(s).

crop_images(...): Crop images to a specified height and width.

extract_patches(...): Extracts patches from the image(s).

map_coordinates(...): Map the input array to new coordinates by interpolation..

pad_images(...): Pad images with zeros to the specified height and width.

resize(...): Resize images to size using the specified interpolation method.

rgb_to_grayscale(...): Convert RGB images to grayscale.