Commit a5a9621
authored
Relax XNNPACK quantized convolution test tolerances (#19479)
### Summary
XNNPACK quantized convolution tests are failing sporadically. When tests
run multiple convolutions back to back, the output can differ from eager
by more than one quant value. This is reasonable, so bump the tolerance
to 2 times the output quant step.1 parent 23a91d5 commit a5a9621
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | | - | |
| 248 | + | |
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
| |||
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
279 | | - | |
| 279 | + | |
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
| |||
0 commit comments