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

 ##########
 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:
   Keep this attribute as `kSupport`?

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to