dpnp.ndarray.argsort

ndarray.argsort(axis=-1, kind=None, order=None)

Return an ndarray of indices that sort the array along the specified axis.

Refer to dpnp.argsort for full documentation.