jwfromm opened a new pull request #7300:
URL: https://github.com/apache/tvm/pull/7300


   I noticed that many of our onnx frontend tests compare to results produced 
by numpy rather than onnx itself. This is somewhat counterproductive because it 
makes assumptions about what onnx should do rather than checking what it 
actually does. I decided to go through all the tests in `test_forward.py` and 
make them use the new `verify_with_ort` helper function. This makes our testing 
suite more consistent and align more closely with their intention. In the 
process of making this conversion, I discovered many bugs with the importer 
that are also fixed in this PR. Although this PR might be a little painful to 
review due to its scope, I think that the result is an overall much cleaner and 
easier to maintain test suite.


----------------------------------------------------------------
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]


Reply via email to