torch.Tensor.Tensor.bitwise_or_ Tensor.bitwise_or_(other: Tensor): this Computes bitwise OR in-place. Parameters otherTensorTensor to OR with Returns this– this tensor after modification See Also PyTorch tensor.bitwise_or_()