SortΒΆ
Sorts the elements of the input tensor.
Abstract Signature:
Sort(input: Tensor, dim: int = -1, descending: bool = False, stable: bool = False)
JAX (Core)
API:
jax.numpy.sortStrategy: Plugin (sort_tuple_wrapper)
NumPy
API:
numpy.sortStrategy: Plugin (sort_tuple_wrapper)
Keras
API:
keras.ops.sortStrategy: Plugin (sort_tuple_wrapper)
TensorFlow
API:
tf.sortStrategy: Plugin (sort_tuple_wrapper)
Apple MLX
API:
mlx.core.sortStrategy: Plugin (sort_tuple_wrapper)
Flax NNX
API:
jax.numpy.sortStrategy: Plugin (sort_tuple_wrapper)
PaxML / Praxis
API:
jax.numpy.sortStrategy: Plugin (sort_tuple_wrapper)