tf.image.resize_bilinear

tf.image.resize_bilinear

tf.image.resize_bilinear

resize_bilinear(
    images,
    size,
    align_corners=None,
    name=None
)

Defined in tensorflow/python/ops/gen_image_ops.py.

See the guide: Images > Resizing

Resize images to size using bilinear interpolation.

Input images can be of different types but output images are always float.

Args: