DEBSOURCES
Skip Quicknav
sources / pytorch / 1.13.1%2Bdfsg-4 / test / typing / fail / bitwise_ops.py
123456789
# flake8: noqa import torch # binary ops: <<, >>, |, &, ~, ^ a = torch.ones(3, dtype=torch.float64) i = int() i | a # E: Unsupported operand types