Skip to content

Commit cb7f096

Browse files
sidgoyal78abhinavarora
authored andcommitted
Fix cpplint error in mkldnn_activation (#10105)
1 parent e66f0c7 commit cb7f096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/operators/mkldnn_activation_op.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class MKLDNNActivationGradKernel
6060
}
6161
};
6262

63-
namespace {
63+
namespace { // NOLINT
6464
framework::OpKernelType GetKernelType(
6565
const framework::ExecutionContext& ctx,
6666
const framework::OperatorWithKernel& oper) {

0 commit comments

Comments
 (0)