Resize ====== Return a new array with specified shape. **Abstract Signature:** ``Resize(a: Tensor, new_shape: int | tuple[int, ...])`` .. raw:: html

PyTorch

API: torchvision.transforms.Resize
Strategy: Direct Mapping

JAX (Core)

API: jax.numpy.resize
Strategy: Direct Mapping

NumPy

API: numpy.resize
Strategy: Direct Mapping

Keras

API: keras.layers.Resizing
Strategy: Direct Mapping