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 42f744a commit e8ee36cCopy full SHA for e8ee36c
backends/xnnpack/test/ops/test_conv1d.py
@@ -123,7 +123,7 @@ def _test_conv1d(
123
# quantized operators to be loaded and we don't want to do that in the test.
124
if not skip_to_executorch:
125
tester.to_executorch().serialize().run_method_and_compare_outputs(
126
- num_runs=10, atol=0.01, rtol=0.01
+ num_runs=10, atol=0.02, rtol=0.02
127
)
128
129
def test_fp16_conv1d(self):
0 commit comments