dpnp.dpnp_array.dpnp_array.argmax

method

dpnp_array.argmax(axis=None, out=None, *, keepdims=False)[source]

Returns array of indices of the maximum values along the given axis.

Refer to dpnp.argmax for full documentation.