cumprod function

VARP cumprod(
  1. VARP x,
  2. int axis
)

Implementation

VARP cumprod(VARP x, int axis) => F.cumProd(x, axis);