Indices ======= Return an array representing the indices of a grid. **Abstract Signature:** ``Indices(dimensions: Tuple[int], dtype: DType = int, sparse: bool = False)`` .. raw:: html

PyTorch

API:
Strategy: Custom / Partial

JAX (Core)

API: jax.numpy.indices
Strategy: Direct Mapping

NumPy

API: numpy.indices
Strategy: Direct Mapping

TensorFlow

API: tf.meshgrid
Strategy: Plugin (indices_shim)

Apple MLX

API:
Strategy: Custom / Partial

Flax NNX

API: jax.numpy.indices
Strategy: Direct Mapping