Commit ee2f1b9
committed
[NE16] wire --enable-3x3 flag in generateNetwork.py
The --enable-3x3 flag was parsed by the runner script but never passed
to generateNetwork.py, so NE16Engine.enable3x3 was always False. DW 3x3
and Dense 3x3 convolutions silently fell back to the PULP cluster
instead of dispatching to NE16. Add the flag and set it on the engine.1 parent 2d75f76 commit ee2f1b9
1 file changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
87 | 94 | | |
88 | 95 | | |
89 | 96 | | |
| |||
192 | 199 | | |
193 | 200 | | |
194 | 201 | | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
195 | 207 | | |
196 | 208 | | |
197 | 209 | | |
| |||
0 commit comments