aboutsummaryrefslogtreecommitdiff
path: root/delegate/opaque/CMakeLists.txt
diff options
context:
space:
mode:
authorKevin May <kevin.may@arm.com>2023-04-26 14:55:36 +0100
committerKevin May <kevin.may@arm.com>2023-04-26 16:24:25 +0000
commit81b66f3aeea1d0e788b0ce2894a58fedc763470b (patch)
treeb27461cfb84b38b52bc58e63fdd83d472aac3af2 /delegate/opaque/CMakeLists.txt
parent024ef0b460c802a7c841dcba4b7e894e714d4512 (diff)
downloadarmnn-81b66f3aeea1d0e788b0ce2894a58fedc763470b.tar.gz
IVGCVSW-7577, IVGCVSW-7578 Implement BatchToSpaceNd and SpaceToBatchNd in Opaque Delegate
Signed-off-by: Kevin May <kevin.may@arm.com> Change-Id: I38304abce1a417bb69aced2a5b38e976ea0cbbc0
Diffstat (limited to 'delegate/opaque/CMakeLists.txt')
-rw-r--r--delegate/opaque/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/delegate/opaque/CMakeLists.txt b/delegate/opaque/CMakeLists.txt
index 39df124310..958dcf6014 100644
--- a/delegate/opaque/CMakeLists.txt
+++ b/delegate/opaque/CMakeLists.txt
@@ -8,6 +8,7 @@ list(APPEND armnnOpaqueDelegateObject_sources
include/armnn_delegate.hpp
include/Version.hpp
src/armnn_delegate.cpp
+ src/BatchSpace.hpp
src/Convolution.hpp
src/Redefine.hpp
src/SharedFunctions.cpp