jax.Array.argsort

Contents

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.

Parameters:
  • self (Array)

  • axis (int | None)

  • kind (None)

  • order (None)

  • stable (bool)

  • descending (bool)

Return type:

Array