ciyongch commented on a change in pull request #15351: fix fp32 flatten issue
URL: https://github.com/apache/incubator-mxnet/pull/15351#discussion_r298428202
##########
File path: src/operator/nn/mkldnn/mkldnn_ops-inl.h
##########
@@ -119,12 +119,11 @@ void MKLDNNTransposeForward(const nnvm::NodeAttrs& attrs,
const OpReqType &req,
const NDArray &output);
-void MKLDNNReshapeForward(const nnvm::NodeAttrs &attrs,
+void MKLDNNFlattenForward(const nnvm::NodeAttrs &attrs,
Review comment:
Better to keep both flatten and reshape function declaration here.
----------------------------------------------------------------
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