dpnp.dpnp_array.dpnp_array.cumsum

method

dpnp_array.cumsum(axis=None, dtype=None, out=None)[source]

Return the cumulative sum of the elements along the given axis.

Refer to dpnp.cumsum for full documentation.