jax.numpy.isfinite¶
-
jax.numpy.isfinite(x)[source]¶ Test element-wise for finiteness (not infinity or not Not a Number).
LAX-backend implementation of
isfinite().Original docstring below.
The result is returned as a boolean array.
jax.numpy.isfinite(x)[source]¶Test element-wise for finiteness (not infinity or not Not a Number).
LAX-backend implementation of isfinite().
Original docstring below.
The result is returned as a boolean array.