Files
apache--tvm/python
Luke Hutton 80a0c6c53d [microNPU] Fix offloading incompatible average pool (#11469)
Fixes offloading a few corner cases of average pooling. Specifically
not offloading nn.avg_pool2d when:
* The attribute count_include_pad=True
* Padding exceeds the dimensions [3, 3, 4, 4]
* The pool size is greater than [8, 8] when the pool uses padding

Change-Id: I7be546e28ebe1f17482f3ed3cee56996a71bfcd1
2022-06-30 13:40:09 +01:00
..