Skip to content

Commit cdd6f2d

Browse files
committed
Restore original supported conv2d operators
1 parent 4112c6a commit cdd6f2d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

backends/xnnpack/quantizer/xnnpack_quantizer.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,8 @@ def _supported_symmetric_quantized_operators() -> dict[str, list[OperatorPattern
7171
"conv2d": [
7272
[torch.nn.Conv2d, torch.nn.ReLU],
7373
[torch.nn.Conv2d, F.relu],
74-
[torch.nn.Conv2d],
7574
[F.conv2d, torch.nn.ReLU],
7675
[F.conv2d, F.relu],
77-
[F.conv2d],
7876
],
7977
"linear": [[torch.nn.Linear], [F.linear]],
8078
"add": [[torch.add]],

0 commit comments

Comments
 (0)