From dff37f06011beb766ffc93f3200a27c6b72925f8 Mon Sep 17 00:00:00 2001 From: YJack0000 Date: Wed, 13 Sep 2023 19:17:48 +0800 Subject: [PATCH] fix: consistent-missing-override --- src/nodes/reshape.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nodes/reshape.h b/src/nodes/reshape.h index e14d06f..6c3044b 100644 --- a/src/nodes/reshape.h +++ b/src/nodes/reshape.h @@ -10,7 +10,7 @@ class Reshape : public Node { int32_t allowzero; - void parseAttributes( onnx::NodeProto &node ) + void parseAttributes( onnx::NodeProto &node ) override { for( const auto& a : node.attribute() ) { LOG(TRACE) << "Parsing attribute " << a.name() << std::endl;