ZhengyangZhang's picture
Add files using upload-large-folder tool
008bd6b verified
Raw
History Blame Contribute Delete
316 Bytes
from __future__ import annotations
from cupy import _core
bitwise_and = _core.bitwise_and
bitwise_or = _core.bitwise_or
bitwise_xor = _core.bitwise_xor
bitwise_not = _core.invert
bitwise_count = _core.bitwise_count
invert = _core.invert
left_shift = _core.left_shift
right_shift = _core.right_shift