jroesch commented on a change in pull request #6437:
URL: https://github.com/apache/incubator-tvm/pull/6437#discussion_r487332857
##########
File path: python/tvm/relay/frontend/mxnet_qnn_op_utils.py
##########
@@ -277,6 +277,8 @@ def
quantize_conv_weights_bias_channel_mkldnn_from_var(weights_var,
def get_mkldnn_requantize_scale_outDtype(min_output_range,
max_output_range,
out_dtype):
+ """Get the MKLDNN requantized scale."""
+ quantized_out_range = (
Review comment:
These are a bunch of random edits that made the results of black
happier.
----------------------------------------------------------------
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]