aboutsummaryrefslogtreecommitdiff
path: root/delegate/classic/include/armnn_delegate.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'delegate/classic/include/armnn_delegate.hpp')
-rw-r--r--delegate/classic/include/armnn_delegate.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/delegate/classic/include/armnn_delegate.hpp b/delegate/classic/include/armnn_delegate.hpp
index e94a6e2d4e..a6957dc7d5 100644
--- a/delegate/classic/include/armnn_delegate.hpp
+++ b/delegate/classic/include/armnn_delegate.hpp
@@ -1,5 +1,5 @@
//
-// Copyright © 2020-2023 Arm Ltd and Contributors. All rights reserved.
+// Copyright © 2020-2024 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//
@@ -98,6 +98,8 @@ public:
const TfLiteDelegateParams* parameters,
const Delegate* delegate);
+ ~ArmnnSubgraph();
+
TfLiteStatus Prepare(TfLiteContext* tfLiteContext);
TfLiteStatus Invoke(TfLiteContext* tfLiteContext, TfLiteNode* tfLiteNode);