max Source code in sparse/numba_backend/_common.py 2116 2117def max(x, /, *, axis=None, keepdims=False): return x.max(axis=axis, keepdims=keepdims)