rongzha1 commented on a change in pull request #17170: add mkldnn softmax backward URL: https://github.com/apache/incubator-mxnet/pull/17170#discussion_r361566529
########## File path: src/operator/nn/mkldnn/mkldnn_softmax.cc ########## @@ -86,6 +98,33 @@ void MKLDNNSoftmaxForward(const nnvm::NodeAttrs& attrs, stream->Submit(); } +void MKLDNNSoftmaxBackward(const nnvm::NodeAttrs& attrs, + const OpContext &ctx, Review comment: Will change. Thanks ---------------------------------------------------------------- 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
