Skip to content

Commit e03b713

Browse files
committed
Arm backend: Adjust tolerance for test_inception_v3_arm.py
Signed-off-by: Tom Allsop <[email protected]> Change-Id: I927a9b981e73c2d0d621f37b8361f0946c1a5fc5
1 parent 72580d2 commit e03b713

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)