cumsum_

paddle. cumsum_ ( x, axis=None, dtype=None, name=None ) [source]

Inplace version of cumprod API, the output Tensor will be inplaced with input x. Please refer to cumprod.