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 2022/05/10 13:06:23 UTC

[GitHub] [tvm] manupa-arm commented on a diff in pull request #11228: [QNN] Enable constant folding for QNN operations.

manupa-arm commented on code in PR #11228:
URL: https://github.com/apache/tvm/pull/11228#discussion_r869202889


##########
tests/python/relay/test_pass_fold_constant.py:
##########
@@ -370,6 +370,35 @@ def before():
     tvm.ir.assert_structural_equal(run_infer_type(before_mod["main"]), after_mod["main"])
 
 
+def test_fold_qnn_const():

Review Comment:
   I think we should add more test cases for other qnn ops.
   
   E.g. : qnn.conv2d and other qnn elementwise ops.



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