We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1a499a commit e27d175Copy full SHA for e27d175
1 file changed
include/layers_fused/ConvRelu.hpp
@@ -59,7 +59,7 @@ class ConvReluLayer : public Layer {
59
dilations_ = dilations;
60
useLegacyImpl_ = useLegacyImpl;
61
}
62
- ConvReluLayer(const std::shared_ptr<ConvolutionalLayer>& conv)
+ explicit ConvReluLayer(const std::shared_ptr<ConvolutionalLayer>& conv)
63
: Layer(kConvRelu) {
64
auto numerics = conv->getNumericParams();
65
auto tensors = conv->getTensorParams();
0 commit comments