Function Reference
— Built-in Function: cumprod (x, dim)

Cumulative product of elements along dimension dim. If dim is omitted, it defaults to 1 (column-wise cumulative products).

As a special case, if x is a vector and dim is omitted, return the cumulative product of the elements as a vector with the same orientation as x.