dpnp.dpnp_array.dpnp_array.argsort

method

dpnp_array.argsort(axis=-1, kind=None, order=None)[source]

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

Refer to dpnp.argsort for full documentation.