dpnp.dpnp_array.dpnp_array.cumprod

method

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

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

Refer to dpnp.cumprod for full documentation.