dask.array.Array.prod
dask.array.Array.prod¶
- Array.prod(axis=None, dtype=None, keepdims=False, split_every=None, out=None)[source]¶
Return the product of the array elements over the given axis
Refer to
dask.array.prod()
for full documentation.See also
dask.array.prod
equivalent function