sfvaroglu commented on code in PR #10952:
URL: https://github.com/apache/tvm/pull/10952#discussion_r852475648
##########
python/tvm/relay/qnn/op/legalizations.py:
##########
@@ -91,12 +91,30 @@ def qnn_conv2d_transpose_legalize(attrs, inputs, types):
# Collect the input exprs.
data, kernel, input_zero_point, kernel_zero_point, _, _ = inputs
- shift_data = relay.subtract(
Review Comment:
I tried it but got "incompatible broadcast type" [32] --> [32, 32, 3, 3]
down the line. I was actually looking at how this was handled in
`helper_no_fast_int8_hw_legalization` and it seems `biad_add` is the preferred
way?
--
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]