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 ¶m = 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:
[email protected]
With regards,
Apache Git Services