aboutsummaryrefslogtreecommitdiff
path: root/delegate/src/SharedFunctions.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'delegate/src/SharedFunctions.hpp')
-rw-r--r--delegate/src/SharedFunctions.hpp25
1 files changed, 0 insertions, 25 deletions
diff --git a/delegate/src/SharedFunctions.hpp b/delegate/src/SharedFunctions.hpp
deleted file mode 100644
index b03a63ded9..0000000000
--- a/delegate/src/SharedFunctions.hpp
+++ /dev/null
@@ -1,25 +0,0 @@
-//
-// Copyright © 2021, 2023 Arm Ltd and Contributors. All rights reserved.
-// SPDX-License-Identifier: MIT
-//
-
-#pragma once
-
-#include <armnn_delegate.hpp>
-
-namespace armnnDelegate
-{
-
-TfLiteStatus ValidateFloorOperator(DelegateData& delegateData,
- TfLiteContext* tfLiteContext,
- const armnn::TensorInfo& inputTensorInfo,
- const armnn::TensorInfo& outputTensorInfo);
-
-TfLiteStatus ValidateFusedActivationOperator(DelegateData& delegateData,
- TfLiteContext* tfLiteContext,
- const armnn::TensorInfo& inputInfo,
- const armnn::TensorInfo& outputInfo,
- TfLiteFusedActivation activationType);
-
-} // namespace armnnDelegate
-