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 7535720 commit 3840b28Copy full SHA for 3840b28
backends/arm/test/models/test_inception_v3_arm.py
@@ -51,7 +51,7 @@ def test_ic3_tosa_BI():
51
aten_op=[],
52
exir_op=[],
53
use_to_edge_transform_and_lower=True,
54
- atol=0.5,
+ atol=0.6,
55
qtol=1,
56
)
57
pipeline.run()
@@ -68,7 +68,7 @@ def test_ic3_u55_BI():
68
exir_ops=[],
69
run_on_fvp=True,
70
71
72
73
74
@@ -85,7 +85,7 @@ def test_ic3_u85_BI():
85
86
87
88
89
90
91
0 commit comments