dask.array.Array.sum
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.See also
dask.array.sum
equivalent function