Skip to content

Commit 2751645

Browse files
author
Bilgin Cagatay
committed
fixing typo
1 parent cd95415 commit 2751645

File tree

1 file changed

+1
-1
lines changed
  • backends/xnnpack/test/ops

1 file changed

+1
-1
lines changed

backends/xnnpack/test/ops/add.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def forward(self, x, z):
251251
tester.check_count(
252252
{"torch.ops.aten.add.Tensor": 1, "torch.ops.aten.relu.default": 1}
253253
)
254-
tesster.check(["torch.ops.quantized_decomposed"])
254+
tester.check(["torch.ops.quantized_decomposed"])
255255
if legacy:
256256
tester.to_edge()
257257
tester.partition()

0 commit comments

Comments
 (0)