NdArray ======= Constructor for an array object. **Abstract Signature:** ``NdArray(shape: Tuple[int], dtype: Dtype = None)`` .. raw:: html

PyTorch

API: torch.Tensor
Strategy: Direct Mapping

JAX (Core)

API: jax.numpy.ndarray
Strategy: Direct Mapping

NumPy

API: numpy.ndarray
Strategy: Direct Mapping

Keras

API:
Strategy: Custom / Partial

TensorFlow

API:
Strategy: Custom / Partial

Apple MLX

API:
Strategy: Custom / Partial

Flax NNX

API: jax.numpy.ndarray
Strategy: Direct Mapping