cumprod_

paddle. cumprod_ ( x: Tensor, dim: int | None = None, dtype: DTypeLike | None = None, name: str | None = None ) Tensor [source]

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