jax.lax.cummin#

jax.lax.cummin(operand, axis=0, reverse=False)[source]#

Computes a cumulative minimum along axis.

Parameters
  • operand (Any) –

  • axis (int) –

  • reverse (bool) –

Return type

Any