Commit fdd4f43
authored
NXP backend: Remove
### Summary
Neutron SW 3.1.1 removes the restriction for maximum supported kernel
size of the MaxPool2D operator. This PR reflects this change in the
Neutron backend.
### Test plan
Unit test provided.
cc @robert-kalmar @JakeStevens @digantdesai @rascanimax_pool2d maximum kernel size restriction. (pytorch#19688)1 parent 1feb56c commit fdd4f43
2 files changed
Lines changed: 3 additions & 13 deletions
File tree
- backends/nxp
- backend/ir/converter/node_converters/ops_converters
- tests/ir/converter/node_converter
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | 86 | | |
88 | 87 | | |
89 | 88 | | |
90 | 89 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | 90 | | |
95 | 91 | | |
96 | 92 | | |
| |||
Lines changed: 3 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
305 | | - | |
306 | | - | |
| 305 | + | |
| 306 | + | |
307 | 307 | | |
308 | | - | |
| 308 | + | |
309 | 309 | | |
310 | 310 | | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | 311 | | |
318 | 312 | | |
319 | 313 | | |
| |||
0 commit comments