We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a0e676 commit 44ec67dCopy full SHA for 44ec67d
backends/xnnpack/test/ops/add.py
@@ -95,8 +95,7 @@ def test_qs8_add_constant(self):
95
.check_not(["executorch_exir_dialects_edge__ops_aten_add_Tensor"])
96
.to_executorch()
97
.serialize()
98
- .run_method()
99
- .compare_outputs()
+ .run_method_compare_outputs()
100
)
101
102
def test_qs8_add(self):
backends/xnnpack/test/tester/tester.py
@@ -189,7 +189,7 @@ def run(
189
) -> None:
190
self.exported_program = export(
191
artifact, inputs, dynamic_shapes=self.dynamic_shapes
192
- )
+ ).run_decompositions()
193
194
@property
195
def artifact(self) -> ExportedProgram:
0 commit comments