jax.lax.cond JAX documentation, JAX developers, 2024 (JAX Project) - Provides the official API specification and usage details for jax.lax.cond.
Thinking in JAX: Python Control Flow vs. JAX Control Flow, JAX developers, 2024 (JAX Project) - Discusses the key differences between Python's native control flow and JAX's functional control flow, directly addressing the problem solved by lax.cond.