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 2018/11/18 22:25:57 UTC

[GitHub] apeforest commented on a change in pull request #13297: [MKLDNN]Add quantized concat

apeforest commented on a change in pull request #13297: [MKLDNN]Add quantized concat
URL: https://github.com/apache/incubator-mxnet/pull/13297#discussion_r234465030
 
 

 ##########
 File path: src/operator/quantization/quantization_utils.h
 ##########
 @@ -31,6 +31,8 @@
 namespace mxnet {
 namespace op {
 
+static const size_t uint8_range = 255;
 
 Review comment:
   nit: use all capital for constant 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services