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