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