jax.lax.cumprod# jax.lax.cumprod(operand, axis=0, reverse=False)[原始碼]# 沿著 axis 計算累積乘積。 參數: operand (Array) axis (int) reverse (bool) 回傳類型: Array