dpnp.ndarray.argmin
method
- 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.
method
Return array of indices to the minimum values along the given axis.
Refer to dpnp.argmin
for full documentation.