flopscope.numpy.amax
flopscope.numpy.amax(a, axis=None, out=None, keepdims=<no value>, initial=<no value>, where=<no value>)[flopscope source]
Return the maximum of an array or maximum along an axis.
See also
- we.flops.max alias of this function
- ndarray.max equivalent method