cupy.isfinite#

cupy.isfinite = <ufunc 'cupy_isfinite'>#

Tests finiteness elementwise.

Each element of returned array is True only if the corresponding element of the input is finite (i.e. not an infinity nor NaN).

See also

numpy.isfinite