torch.Tensor.Tensor.bitwise_left_shift_
Computes bitwise left shift in-place.
Parameters
otherTensor- Tensor containing shift amounts
Returns
this– this tensor after modificationComputes bitwise left shift in-place.
otherTensorthis– this tensor after modification