jax.lax.cummin# jax.lax.cummin(operand, axis=0, reverse=False)[source]# 计算沿axis的累积最小值。 参数: operand (Array) axis (int) reverse (bool) 返回类型: 数组