jverma-quic commented on code in PR #13854:
URL: https://github.com/apache/tvm/pull/13854#discussion_r1093475212
##########
tests/python/relay/test_pass_qnn_legalize.py:
##########
@@ -296,7 +297,98 @@ def _get_mod(data_dtype, kernel_dtype):
assert "cast" in legalized_mod.astext() and "qnn" in
legalized_mod.astext()
+def test_qnn_legalize_qnn_conv2d_non_scalar_qnn_params():
+ """
+ Test QNN legalization for qnn.dense op for Hexagon target when kernel zero
point and kernel
+ scale are not scalars.
Review Comment:
Could you please elaborate what you mean by kernel zero-point and scale not
being scalars?
--
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]