jax.lax.cumsum# jax.lax.cumsum(operand, axis=0, reverse=False)[source]# 沿着 axis 计算累积和。 参数: operand (Array) axis (int) reverse (bool) 返回类型: Array