Skip to content

Commit e27d175

Browse files
author
NeiroYT
committed
Clang
1 parent d1a499a commit e27d175

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/layers_fused/ConvRelu.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class ConvReluLayer : public Layer {
5959
dilations_ = dilations;
6060
useLegacyImpl_ = useLegacyImpl;
6161
}
62-
ConvReluLayer(const std::shared_ptr<ConvolutionalLayer>& conv)
62+
explicit ConvReluLayer(const std::shared_ptr<ConvolutionalLayer>& conv)
6363
: Layer(kConvRelu) {
6464
auto numerics = conv->getNumericParams();
6565
auto tensors = conv->getTensorParams();

0 commit comments

Comments
 (0)