dask.array.Array.sum — Dask documentation (original) (raw)
dask.array.Array.sum¶
Array.sum(axis=None, dtype=None, keepdims=False, split_every=None, out=None)[source]¶
Return the sum of the array elements over the given axis.
Refer to dask.array.sum() for full documentation.