lhutton1 opened a new pull request, #11469:
URL: https://github.com/apache/tvm/pull/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
   
   cc @NicolaLancellotti @ekalda @manupa-arm 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to