jax.Array.argsort#
- abstract Array.argsort(axis=-1, *, kind=None, order=None, stable=True, descending=False)[source]#
Return the indices that sort the array.
Refer to
jax.numpy.argsort()
for the full documentation.
Return the indices that sort the array.
Refer to jax.numpy.argsort()
for the full documentation.