ZTWHHH's picture
Add files using upload-large-folder tool
c835f15 verified
from cupy import _core
bitwise_and = _core.bitwise_and
bitwise_or = _core.bitwise_or
bitwise_xor = _core.bitwise_xor
bitwise_not = _core.invert
invert = _core.invert
left_shift = _core.left_shift
right_shift = _core.right_shift