flopscope.

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.

amax is an alias of max.

See also