dpnp.amax
- dpnp.amax(a, axis=None, out=None, keepdims=False, initial=None, where=True)[source]
Return the maximum of an array or maximum along an axis.
amax is an alias of
dpnp.max
.See also
dpnp.max
alias of this function
dpnp.ndarray.max
equivalent method