aboutsummaryrefslogtreecommitdiff
path: root/delegate/opaque/src/Control.hpp
diff options
context:
space:
mode:
authorMatthew Sloyan <matthew.sloyan@arm.com>2023-04-27 11:48:26 +0100
committerTeresaARM <teresa.charlinreyes@arm.com>2023-04-27 13:27:58 +0000
commit0bd4c6230974e7e446cd26104180d520b643d5bb (patch)
treedcf5d8d6f78fbc22d2eed6f204398d99a4d8ab6c /delegate/opaque/src/Control.hpp
parent0d2945394d6c3a08b906eeef4a16735dbf96c9c0 (diff)
downloadarmnn-0bd4c6230974e7e446cd26104180d520b643d5bb.tar.gz
IVGCVSW-7574 IVGCVSW-7590 IVGCVSW-7600 Implement Activation, FullyConnected and Prelu operators for Opaque Delegate
* Added missing headers to opaque/CMakeLists.txt (Control and Comparison) * Cleaned up Control.hpp headers. Signed-off-by: Matthew Sloyan <matthew.sloyan@arm.com> Change-Id: I442edb9c467b515b130fbaf02879f0802006255f
Diffstat (limited to 'delegate/opaque/src/Control.hpp')
-rw-r--r--delegate/opaque/src/Control.hpp12
1 files changed, 1 insertions, 11 deletions
diff --git a/delegate/opaque/src/Control.hpp b/delegate/opaque/src/Control.hpp
index b3d589756b..abc6b6fb0e 100644
--- a/delegate/opaque/src/Control.hpp
+++ b/delegate/opaque/src/Control.hpp
@@ -6,17 +6,7 @@
#pragma once
#include <DelegateUtils.hpp>
-
-#include <tensorflow/lite/builtin_ops.h>
-#include <tensorflow/lite/c/builtin_op_data.h>
-#include <tensorflow/lite/c/common.h>
-#include <tensorflow/lite/kernels/internal/tensor_ctypes.h>
-#include <tensorflow/lite/minimal_logging.h>
-
-#include <algorithm>
-#include <iterator>
-#include <string>
-#include <vector>
+#include <OpaqueDelegateUtils.hpp>
namespace armnnOpaqueDelegate
{