apeforest commented on a change in pull request #12884: adding unittest for 
MKLDNN Softmax operator
URL: https://github.com/apache/incubator-mxnet/pull/12884#discussion_r234532570
 
 

 ##########
 File path: tests/cpp/include/test_mkldnn.h
 ##########
 @@ -227,6 +227,7 @@ struct OpAttrs {
   nnvm::NodeAttrs attrs;
   std::vector<DispatchMode> dispatches;
   std::set<OpReqType> requests;
+  std::set<int> accept_dims;
 
 Review comment:
   Is the accept_dims always sorted? If not, consider use unordered_set

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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

Reply via email to