Skip to content

Commit 3840b28

Browse files
authored
Arm backend: Adjust tolerance for test_inception_v3_arm.py (#13277)
Signed-off-by: Tom Allsop <[email protected]>
1 parent 7535720 commit 3840b28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

backends/arm/test/models/test_inception_v3_arm.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def test_ic3_tosa_BI():
5151
aten_op=[],
5252
exir_op=[],
5353
use_to_edge_transform_and_lower=True,
54-
atol=0.5,
54+
atol=0.6,
5555
qtol=1,
5656
)
5757
pipeline.run()
@@ -68,7 +68,7 @@ def test_ic3_u55_BI():
6868
exir_ops=[],
6969
run_on_fvp=True,
7070
use_to_edge_transform_and_lower=True,
71-
atol=0.5,
71+
atol=0.6,
7272
qtol=1,
7373
)
7474
pipeline.run()
@@ -85,7 +85,7 @@ def test_ic3_u85_BI():
8585
exir_ops=[],
8686
run_on_fvp=True,
8787
use_to_edge_transform_and_lower=True,
88-
atol=0.5,
88+
atol=0.6,
8989
qtol=1,
9090
)
9191
pipeline.run()

0 commit comments

Comments
 (0)