larroy commented on a change in pull request #14779: Fully connected, higher
order grad
URL: https://github.com/apache/incubator-mxnet/pull/14779#discussion_r307879732
##########
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 {
Review comment:
Meaning single line? That's another $50 of cost on CI run for a whitespace
change...
----------------------------------------------------------------
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