Commit 0399baf
Cortex-M: Use default atol for ResNet8 dialect test
The dialect test was using atol=0.1 while the implementation test used
the default atol=1e-03, which is backwards — the CPU graph comparison
should not need a looser tolerance than hardware simulation. Remove the
override; the test passes at the stricter default.
Co-authored-by: Claude <noreply@anthropic.com>1 parent 88dd3f4 commit 0399baf
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments