electriclilies opened a new pull request #7532: URL: https://github.com/apache/tvm/pull/7532
In PR #6298, we restricted the options supported by topi resize. This was incorrect and was causing failures in the onnx importer tests for resize. This PR removes the check added in #6289, and adds more tests to topi and onnx. Finally, the topi testing suite can't produce reference values for resize with the options nearest_neighbor and align_corners, so I skip that combo in the topi and relay op tests. However, these options work in the onnx tests, so it's not a huge concern. @mbrookhart Please take a look! ---------------------------------------------------------------- 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]
