Reshape ======= Return a reshaped copy of an array. **Abstract Signature:** ``Reshape(a: Tensor, shape: int | tuple[int, ...], order: str = C)`` .. raw:: html

PyTorch

API: torch.reshape
Strategy: Direct Mapping

JAX (Core)

API: jax.numpy.reshape
Strategy: Direct Mapping

NumPy

API: numpy.reshape
Strategy: Direct Mapping

Keras

API: keras.ops.reshape
Strategy: Direct Mapping

TensorFlow

API: tf.reshape
Strategy: Direct Mapping

Apple MLX

API: mlx.core.reshape
Strategy: Direct Mapping

Flax NNX

API: jax.numpy.reshape
Strategy: Direct Mapping