aboutsummaryrefslogtreecommitdiff
path: root/tests/ExecuteNetwork/TfliteExecutor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ExecuteNetwork/TfliteExecutor.hpp')
-rw-r--r--tests/ExecuteNetwork/TfliteExecutor.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ExecuteNetwork/TfliteExecutor.hpp b/tests/ExecuteNetwork/TfliteExecutor.hpp
index 623d6357eb..5101ac0182 100644
--- a/tests/ExecuteNetwork/TfliteExecutor.hpp
+++ b/tests/ExecuteNetwork/TfliteExecutor.hpp
@@ -1,5 +1,5 @@
//
-// Copyright © 2022 Arm Ltd and Contributors. All rights reserved.
+// Copyright © 2022-2023 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//
#pragma once
@@ -21,7 +21,7 @@ using namespace tflite;
class TfLiteExecutor : public IExecutor
{
public:
- TfLiteExecutor(const ExecuteNetworkParams& m_Params);
+ TfLiteExecutor(const ExecuteNetworkParams& m_Params, armnn::IRuntime::CreationOptions runtimeOptions);
std::vector<const void*> Execute() override;
void PrintNetworkInfo() override{};