aboutsummaryrefslogtreecommitdiff
path: root/delegate/classic/src/Activation.hpp
diff options
context:
space:
mode:
authorMatthew Sloyan <matthew.sloyan@arm.com>2023-03-16 10:17:51 +0000
committerMatthew Sloyan <matthew.sloyan@arm.com>2023-04-03 09:20:43 +0000
commit1157232551c23c9a553aed37972b8119d37c4543 (patch)
treeb1e55023c0f7b7d0f65a012f700c91fbf659a3d1 /delegate/classic/src/Activation.hpp
parent1a05aad6d5adf3b25848ffd873a0e0e82756aa06 (diff)
downloadarmnn-1157232551c23c9a553aed37972b8119d37c4543.tar.gz
IVGCVSW-7558 Implement Delegate Utils
* Implement OpaqueDelegateUtils.hpp using new accessors. * Moved classic delegate utils to ClassicDelegateUtils.hpp. * DelegateUtils.hpp now contains common utils. * Removed unused ConnectConstant function. Signed-off-by: Matthew Sloyan <matthew.sloyan@arm.com> Change-Id: I0fa611c82f5c06b0b7e0c37bfc343e09fb6a96c9
Diffstat (limited to 'delegate/classic/src/Activation.hpp')
-rw-r--r--delegate/classic/src/Activation.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/delegate/classic/src/Activation.hpp b/delegate/classic/src/Activation.hpp
index b86d89b4e5..e813956f6f 100644
--- a/delegate/classic/src/Activation.hpp
+++ b/delegate/classic/src/Activation.hpp
@@ -5,7 +5,7 @@
#pragma once
-#include <DelegateUtils.hpp>
+#include <ClassicDelegateUtils.hpp>
#include <tensorflow/lite/builtin_ops.h>
#include <tensorflow/lite/c/builtin_op_data.h>