Arange
======
Create an array of evenly-spaced values.
**Abstract Signature:**
``Arange(start: number, stop: number | None, step: number | None = 1, dtype: DType | None)``
.. raw:: html
PyTorch
API: torch.arange
Strategy: Direct Mapping
JAX (Core)
API: jax.numpy.arange
Strategy: Direct Mapping
NumPy
API: numpy.arange
Strategy: Direct Mapping
Keras
API: keras.ops.arange
Strategy: Direct Mapping
TensorFlow
API: tf.range
Strategy: Direct Mapping
Apple MLX
API: mlx.core.arange
Strategy: Direct Mapping
Flax NNX
API: jax.numpy.arange
Strategy: Direct Mapping