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:
[email protected]
With regards,
Apache Git Services