You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/07/26 08:11:06 UTC

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #14779: Fully connected, higher order grad

larroy commented on a change in pull request #14779: Fully connected, higher order grad
URL: https://github.com/apache/incubator-mxnet/pull/14779#discussion_r307632761
 
 

 ##########
 File path: src/operator/nn/fully_connected-inl.h
 ##########
 @@ -47,7 +48,24 @@ namespace fullc {
 enum FullyConnectedOpInputs {kData, kWeight, kBias};
 enum FullyConnectedOpResource {kTempSpace};
 enum FullyConnectedOpOutputs {kOut};
-}  // fullc
+enum FullyConnectedGradGradOutputs {
+  kOyGrad,
+  kXGradGrad,
+  kWGradGrad,
+  kBGradGrad
+};
+enum Inputs {
 
 Review comment:
   Please suggest better ones in these circumstances. It would help, this is the best I could came up with and I'm not a native speaker.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services