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 2019/12/25 01:48:24 UTC

[GitHub] [incubator-mxnet] xinyu-intel commented on a change in pull request #17147: [WIP] Quantized Elemwise Mul Operator

xinyu-intel commented on a change in pull request #17147: [WIP] Quantized Elemwise Mul Operator
URL: https://github.com/apache/incubator-mxnet/pull/17147#discussion_r361239795
 
 

 ##########
 File path: src/operator/quantization/quantized_elemwise_mul.cc
 ##########
 @@ -247,9 +246,6 @@ NNVM_REGISTER_OP(_contrib_quantized_elemwise_mul)
 .add_arguments(QuantizeElemwiseMulParam::__FIELDS__());
 
 NNVM_REGISTER_OP(elemwise_mul)
-.set_attr<FQuantizable>("FQuantizable", [](const NodeAttrs& attrs) {
-    return QuantizeType::kMust;
 
 Review comment:
   default value is `kSupport`, so no need to add this.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services