Tutorials
Advanced JAX Tutorials
Notes
Developer documentation
API documentation
jit
vmap
pmap
Warning
This page was created from a pull request.
jax.lax.
is_finite
Elementwise \(\mathrm{isfinite}\).
For each element x returns True if and only if x is not \(\pm\infty\) or \(\mathit{NaN}\).
x (Any) –
Any