mbrookhart commented on a change in pull request #10393:
URL: https://github.com/apache/tvm/pull/10393#discussion_r826461831



##########
File path: tests/python/driver/onnx/onnx_backend.py
##########
@@ -0,0 +1,164 @@
+import onnx.backend.test
+from tvm.driver.onnx.backend import TVMBackend
+
+import unittest
+import warnings
+
+pytest_plugins = 'onnx.backend.test.report',
+
+backend_test = onnx.backend.test.runner.Runner(TVMBackend, __name__)
+
+unsupported_onnx_tests = [

Review comment:
       Would it make sense to store this common to both the onnx frontend tests 
and this driver test? I would hate to update the frontend tests and fail to see 
improvements here.




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