You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/11/04 05:52:19 UTC

[GitHub] [tvm] shengxinhu commented on a change in pull request #9438: [Frontend][ONNX] Support ONNX Scan operator

shengxinhu commented on a change in pull request #9438:
URL: https://github.com/apache/tvm/pull/9438#discussion_r742555529



##########
File path: tests/python/frontend/onnx/test_forward.py
##########
@@ -5774,6 +5774,139 @@ def repeat(N, D):
     )
 
 
+@tvm.testing.parametrize_targets

Review comment:
       I have remove them in unsupported_onnx_tests, but could not run test_onnx_nodes[test_scan_sum] and test_onnx_nodes[test_scan9_sum] in docker ci_gpu, it said not found.

##########
File path: tests/python/frontend/onnx/test_forward.py
##########
@@ -5774,6 +5774,139 @@ def repeat(N, D):
     )
 
 
+@tvm.testing.parametrize_targets

Review comment:
       I have removed them in unsupported_onnx_tests, but could not run test_onnx_nodes[test_scan_sum] and test_onnx_nodes[test_scan9_sum] in docker ci_gpu, it said not found.




-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org