Fix cpplint error in mkldnn_activation (#10105)

wangkuiyi-patch-2
Siddharth Goyal 7 years ago committed by Abhinav Arora
parent e66f0c73af
commit cb7f096da1

@ -60,7 +60,7 @@ class MKLDNNActivationGradKernel
} }
}; };
namespace { namespace { // NOLINT
framework::OpKernelType GetKernelType( framework::OpKernelType GetKernelType(
const framework::ExecutionContext& ctx, const framework::ExecutionContext& ctx,
const framework::OperatorWithKernel& oper) { const framework::OperatorWithKernel& oper) {

Loading…
Cancel
Save