Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 316 Bytes

File metadata and controls

15 lines (10 loc) · 316 Bytes

Accumulation functions

Accumulation functions compute cumulative results along a given axis of the input array.

.. currentmodule:: dpnp.tensor

.. autosummary::
    :toctree: generated

    cumulative_logsumexp
    cumulative_prod
    cumulative_sum