ashutosh-arm commented on code in PR #15407:
URL: https://github.com/apache/tvm/pull/15407#discussion_r1284452040


##########
tests/python/contrib/test_cmsisnn/test_softmax.py:
##########
@@ -91,6 +91,50 @@ def test_op_int8(zero_point, scale, compiler_cpu, cpu_flags):
     )
 
 
+@skip_if_no_reference_system
[email protected]_cmsisnn
[email protected](["zero_point", "scale"], [[0, 1.0 / 32768]])
[email protected](
+    "compiler_cpu, cpu_flags", [("cortex-m55", "+nomve"), ("cortex-m55", ""), 
("cortex-m7", "")]
+)
+def test_op_int16(zero_point, scale, compiler_cpu, cpu_flags):

Review Comment:
   The two cases have different constraints in terms of scales/zp, so it makes 
sense to have them separate. wdyt?



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