Skip to main content

ClikaRT::ops::cumprod_

function

cumprod_()

Tensor& cumprod_(
    Tensor& self,
    int64_t dim,
    DataType dtype = DataType::Undefined
)

In-place cumprod: rewrites self with its inclusive prefix products along dim and returns it under the value surface, Result<void> under the Result surface; CLIKART_CHECK is the mode-stable spelling.

Throws

Declared in ClikaRT/compute/ops.h, line 4531