ashutosh-arm commented on code in PR #13487:
URL: https://github.com/apache/tvm/pull/13487#discussion_r1032693187
##########
tests/python/contrib/test_arm_compute_lib/test_dense.py:
##########
@@ -251,7 +252,14 @@ def test_codegen_dense():
verify_codegen(func, exp_codegen)
-def test_qnn_dense():
[email protected](
+ "dtype,min_range,max_range",
+ [
+ ("uint8", 0, 255),
+ ("int8", -127, 128),
+ ],
+)
Review Comment:
For future usage, could we define a function either with acl tests / under
tvm testing that would provide the ranges?
Similar to
https://github.com/apache/tvm/blob/2105b937cd6b4f426156813d6562f2845e5604f0/tests/python/contrib/test_cmsisnn/utils.py#L89
--
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]