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