TaoLv commented on a change in pull request #14749: [Mxnet-1397] Support 
symbolic api for requantize and dequantize
URL: https://github.com/apache/incubator-mxnet/pull/14749#discussion_r277167427
 
 

 ##########
 File path: src/operator/quantization/requantize.cc
 ##########
 @@ -61,6 +61,10 @@ inference accuracy.
 .set_attr_parser(ParamParser<RequantizeParam>)
 .set_num_inputs(3)
 .set_num_outputs(3)
+.set_attr<nnvm::FListInputNames>("FListInputNames",
+  [](const NodeAttrs& attrs) {
+    return std::vector<std::string>{"data", "min_range", "max_range"};
 
 Review comment:
   ditto

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