jikechao opened a new pull request, #16291: URL: https://github.com/apache/tvm/pull/16291
When the axis is a negative value, we should convert it into a positive value using the formula `axis += ndim` rather than `axis += dim +1` This PR fixed the bugs and enhanced the test cases. -- 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]
