NdIndex ======= An N-dimensional iterator object to index arrays. **Abstract Signature:** ``NdIndex(shape: Tuple[int])`` .. raw:: html

PyTorch

API:
Strategy: Custom / Partial

JAX (Core)

API: jax.numpy.ndindex
Strategy: Direct Mapping

NumPy

API: numpy.ndindex
Strategy: Direct Mapping

Keras

API:
Strategy: Custom / Partial

TensorFlow

API: tf.experimental.numpy.ndindex
Strategy: Direct Mapping

Apple MLX

API:
Strategy: Custom / Partial