Getting Started
Reference Documentation
Advanced JAX Tutorials
Notes
custom_vjp
nondiff_argnums
Developer documentation
API documentation
jit
vmap
pmap
jax.numpy.
isnan
Test element-wise for NaN and return result as a boolean array.
LAX-backend implementation of isnan().
isnan()
Original docstring below.
x (array_like) – Input array.
y – True where x is NaN, false otherwise. This is a scalar if x is a scalar.
x
ndarray or bool