Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[microNPU] Fix offloading incompatible average pool (apache#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
- Loading branch information