ViewCopyΒΆ

Copy-variant of View (Reshape).

Abstract Signature:

ViewCopy(x: Tensor, shape: int)

PyTorch

API: torch.view_copy
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

PaxML / Praxis

API: jax.numpy.reshape
Strategy: Direct Mapping