Skip to content

Commit

Permalink
TorchFX: bitwise_right_shift is temporarily removed
Browse files Browse the repository at this point in the history
  • Loading branch information
cavusmustafa committed Mar 7, 2024
1 parent e65934e commit f9d478c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ def __init__(self, options):
"torch.ops.aten.bitwise_and.Tensor": None,
"torch.ops.aten.bitwise_not.default": None,
"torch.ops.aten.bitwise_or.Tensor": None,
"torch.ops.aten.bitwise_right_shift.Tensor": None,
"torch.ops.aten.bitwise_xor.Tensor": None,
"torch.ops.aten.bmm.default": None,
"torch.ops.aten.cat.default": None,
Expand Down

0 comments on commit f9d478c

Please sign in to comment.