cupy.left_shift#

cupy.left_shift(x1, x2, /, out=None, \*, casting='same_kind', dtype=None)#

Shifts the bits of each integer element to the left.

Only integer arrays are handled.

See also

numpy.left_shift