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/06/11 04:10:28 UTC

[GitHub] [incubator-mxnet] ZhennanQin commented on a change in pull request #15209: Fix quantized act and concat

ZhennanQin commented on a change in pull request #15209: Fix quantized act and concat
URL: https://github.com/apache/incubator-mxnet/pull/15209#discussion_r292271140
 
 

 ##########
 File path: src/operator/quantization/quantized_concat.cc
 ##########
 @@ -138,11 +138,20 @@ If any input holds int8, then the output will be int8. Otherwise output will be
 
 NNVM_REGISTER_OP(Concat)
 .set_attr<FQuantizedOp>("FQuantizedOp", [](const NodeAttrs& attrs) {
+  ConcatParam param;
 
 Review comment:
   Change to `const ConcatParam &param = nnvm::get<ConcatParam>(attrs.parsed);`

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