You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2021/08/13 10:12:23 UTC

[GitHub] [incubator-mxnet] sfraczek commented on a change in pull request #20514: [REFACTOR] Asymmetric Quantization: deduplicate methods

sfraczek commented on a change in pull request #20514:
URL: https://github.com/apache/incubator-mxnet/pull/20514#discussion_r688402873



##########
File path: src/operator/quantization/asymmetric_quantize_graph_pass.cc
##########
@@ -254,21 +215,21 @@ static Graph OneDNNShiftedQuantization(Graph&& g) {
       }
     });
     if (quantize_fc_counter > 0) {
-      LOG(INFO) << "applied shifted quantization on QUANTIZE->FC " << quantize_fc_counter
+      LOG(INFO) << "applied asymmetric quantization on QUANTIZE->FC " << quantize_fc_counter

Review comment:
       thanks I will make it uppercase too.




-- 
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: commits-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org