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.hpp19
1 files changed, 19 insertions, 0 deletions
diff --git a/delegate/src/SharedFunctions.hpp b/delegate/src/SharedFunctions.hpp
new file mode 100644
index 0000000000..bf6b603cf9
--- /dev/null
+++ b/delegate/src/SharedFunctions.hpp
@@ -0,0 +1,19 @@
+//
+// Copyright © 2021 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);
+
+} // namespace armnnDelegate
+