apivovarov opened a new pull request #4738: Fix padding in pooling op URL: https://github.com/apache/incubator-tvm/pull/4738 Currently we have a bug in pooling op. The code calculated D, H and W padding but uses only D padding. H and W paddings are ignored. This CR fixes it.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
