ibsidorenko commented on code in PR #15235:
URL: https://github.com/apache/tvm/pull/15235#discussion_r1252750608
##########
python/tvm/relay/qnn/op/qnn.py:
##########
@@ -256,7 +256,7 @@ def simulated_quantize(data, output_scale,
output_zero_point, axis=-1, out_dtype
return _make.simulated_quantize(data, out_dtype, output_scale,
output_zero_point, axis)
-def dequantize(data, input_scale, input_zero_point, axis=-1):
+def dequantize(data, input_scale, input_zero_point, axis=-1,
out_dtype="float32"):
r"""Dequantize op
This operator takes quantized int8 and unit8 as input and produces
Review Comment:
Looks like this description is not correct anymore after all changes in
input/output dtypes.
--
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]