cupy.isinf#

cupy.isinf(x, /, out=None, \*, casting='same_kind', dtype=None)#

Tests if each element is the positive or negative infinity.

See also

numpy.isinf