Commit 1566fb1
authored
[microNPU] Update Conv2D Tests to Use TF API to Gen Test Cases (#9508)
* Current conv2d tests compare the conv2d operator against tvm's execution of the default schedule of conv2d as defined in TOPI and that is not bitexact with tflite runtime's implemention. Therefore a tolerance of "1" in quantized 8-bit domain is used.
* Converts the current conv2d tests to use TensorFlow APIs to create a test cases for conv2D and compare against TFLite runtime.1 parent ee629b1 commit 1566fb1
File tree
6 files changed
+295
-562
lines changed- python/tvm/relay/backend/contrib/ethosu
- tests/python/contrib/test_ethosu
6 files changed
+295
-562
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
266 | 265 | | |
267 | 266 | | |
268 | 267 | | |
269 | | - | |
270 | | - | |
271 | 268 | | |
272 | 269 | | |
273 | 270 | | |
| |||
This file was deleted.
0 commit comments