aboutsummaryrefslogtreecommitdiff
path: root/examples/graph_inception_resnet_v1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graph_inception_resnet_v1.cpp')
-rw-r--r--examples/graph_inception_resnet_v1.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/graph_inception_resnet_v1.cpp b/examples/graph_inception_resnet_v1.cpp
index 599aa5c8ac..ea9bf8f5a9 100644
--- a/examples/graph_inception_resnet_v1.cpp
+++ b/examples/graph_inception_resnet_v1.cpp
@@ -49,9 +49,7 @@ public:
}
InceptionResNetV1Example(const InceptionResNetV1Example &) = delete;
InceptionResNetV1Example &operator=(const InceptionResNetV1Example &) = delete;
- InceptionResNetV1Example(InceptionResNetV1Example &&) = default; // NOLINT
- InceptionResNetV1Example &operator=(InceptionResNetV1Example &&) = default; // NOLINT
- ~InceptionResNetV1Example() override = default;
+ ~InceptionResNetV1Example() override = default;
bool do_setup(int argc, char **argv) override
{
// Parse arguments