xorbits.numpy.amax#

xorbits.numpy.amax(a, axis=None, out=None, keepdims=None, combine_size=None)#

Return the maximum of an array or maximum along an axis.

amax is an alias of ~numpy.max.

See also

max

alias of this function

ndarray.max

equivalent method

Extra, ----------------

combine_size

int, optional The number of chunks to combine.

This docstring was copied from numpy.