IndexSelect =========== Returns a new tensor which indexes the input tensor along dimension dim using the entries in index. **Abstract Signature:** ``IndexSelect(input: Tensor, dim: int, index: Tensor)`` .. raw:: html

PyTorch

API: torch.index_select
Strategy: Direct Mapping

JAX (Core)

API: jax.numpy.take
Strategy: Direct Mapping

NumPy

API: numpy.take
Strategy: Direct Mapping

Keras

API: keras.ops.take
Strategy: Direct Mapping

TensorFlow

API: tf.gather
Strategy: Direct Mapping

Apple MLX

API: mlx.core.take
Strategy: Direct Mapping