cupy.invert#
- cupy.invert(x, /, out=None, \*, casting='same_kind', dtype=None)#
Computes the bitwise NOT of an array elementwise.
Only integer and boolean arrays are handled.
Note
cupy.bitwise_not()is an alias forcupy.invert().See also
Site Navigation
Section Navigation
ndarray)
cupy.ufunc)cupy.fft)cupy.linalg)cupy.random)cupy.testing)cupyx.scipy.fft)cupyx.scipy.fftpack)
cupyx.scipy.interpolate)cupyx.scipy.linalg)cupyx.scipy.ndimage)cupyx.scipy.signal)cupyx.scipy.signal.windows)cupyx.scipy.sparse)cupyx.scipy.sparse.linalg)cupyx.scipy.sparse.csgraph)
cupyx.scipy.spatial)
cupyx.scipy.spatial.distance)cupyx.scipy.special)cupyx.scipy.stats)
Computes the bitwise NOT of an array elementwise.
Only integer and boolean arrays are handled.
Note
cupy.bitwise_not()is an alias forcupy.invert().See also