tmoreau89 commented on a change in pull request #4629: [QNN] Channel wise
quantization - Quantize & Requantize
URL: https://github.com/apache/incubator-tvm/pull/4629#discussion_r363454319
##########
File path: python/tvm/relay/qnn/op/qnn.py
##########
@@ -53,6 +54,9 @@ def requantize(data,
output_zero_point: tvm.relay.Expr
The zero point of the output tensor.
+ axis : int
+ The channel axis for quantization.
Review comment:
Gotcha, that makes sense! Just want to avoid confusion with a "special case
value".
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services