SymIte ====== Symbolic if-then-else. **Abstract Signature:** ``SymIte(b: bool, t, f)`` .. raw:: html

PyTorch

API: torch.sym_ite
Strategy: Direct Mapping

JAX (Core)

API: jax.lax.cond
Strategy: Macro '{t} if {b} else {f}'

NumPy

API:
Strategy: Macro '{t} if {b} else {f}'