80a0c6c53d
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