cupy.invert¶
- cupy.invert = <ufunc 'cupy_invert'>¶
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
Computes the bitwise NOT of an array elementwise.
Only integer and boolean arrays are handled.
Note
cupy.bitwise_not() is an alias for cupy.invert().
See also