We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 494a633 commit ae00095Copy full SHA for ae00095
paddle/gserver/layers/BatchNormalizationLayer.h
@@ -58,7 +58,7 @@ class BatchNormalizationLayer : public BatchNormBaseLayer {
58
/// to batch, channels* imagePixels.
59
void shrinkMat(const MatrixPtr& in, MatrixPtr& out);
60
61
- void onPassEnd() {firstTest_ = true;}
+ void onPassEnd() { firstTest_ = true; }
62
63
MatrixPtr tmpMat_, tmpGrad_;
64
MatrixPtr expandedIn_, expandedOut_;
0 commit comments