dpnp.ndarray.argmin

ndarray.argmin(axis=None, out=None, *, keepdims=False)

Return array of indices to the minimum values along the given axis.

Refer to dpnp.argmin for full documentation.