dpnp.ndarray.argmax
method
- ndarray.argmax(axis=None, out=None, *, keepdims=False)
Return array of indices of the maximum values along the given axis.
Refer to
dpnp.argmax
for full documentation.
method
Return array of indices of the maximum values along the given axis.
Refer to dpnp.argmax
for full documentation.