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/01/18 20:35:19 UTC

[GitHub] [tvm] d-smirnov commented on a change in pull request #7251: [BYOC][ACL] removed ACL 20.05 limitations

d-smirnov commented on a change in pull request #7251:
URL: https://github.com/apache/tvm/pull/7251#discussion_r559784450



##########
File path: tests/python/contrib/test_arm_compute_lib/test_dense.py
##########
@@ -101,7 +101,7 @@ def _get_qnn_model(
     out = relay.qnn.op.requantize(
         out,
         relay.const(input_sc * kernel_sc, "float32"),  # input scale
-        relay.const(input_zp * kernel_zp, "int32"),  # input zero point
+        relay.const(0, "int32"),  # input zero point

Review comment:
       Should be zero, as dense already counted all the input zero points in.
   
   




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

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