ElaineBao commented on a change in pull request #16259: [mkldnn-v1.0] Add
MKL-DNN deconv
URL: https://github.com/apache/incubator-mxnet/pull/16259#discussion_r328401526
##########
File path: src/operator/nn/mkldnn/mkldnn_base-inl.h
##########
@@ -658,6 +645,12 @@ struct MKLDNNPostEltwiseParam {
float alpha = 0.f;
float beta = 1.f;
};
+void MKLDNNRun(mxnet::FComputeEx fn,
Review comment:
better to have a blank line before this function :)
----------------------------------------------------------------
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