aboutsummaryrefslogtreecommitdiff
path: root/delegate/classic/CMakeLists.txt
diff options
context:
space:
mode:
authorDavid Monahan <david.monahan@arm.com>2023-04-27 15:21:19 +0100
committerDavid Monahan <david.monahan@arm.com>2023-04-28 14:24:51 +0100
commit6c53f9fbea7d0b8786e1d29b850ab7bed85e167a (patch)
treec2b20f3e6b2a9713e2f79f8deebea4b2a73f0286 /delegate/classic/CMakeLists.txt
parent48ec813697c7d431a9159e5759fb31a41739fb10 (diff)
downloadarmnn-6c53f9fbea7d0b8786e1d29b850ab7bed85e167a.tar.gz
IVGCVSW-7588 Implement ElementWiseBinary Op for Opaque Delegate
* Added visit functions for ElementwiseBinary Ops * Moved MultiLayerFacade.hpp to common directory and updated both delegates to use it Signed-off-by: David Monahan <david.monahan@arm.com> Change-Id: I84b8bd74d15a194895e63da47c29be994531a889
Diffstat (limited to 'delegate/classic/CMakeLists.txt')
-rw-r--r--delegate/classic/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/delegate/classic/CMakeLists.txt b/delegate/classic/CMakeLists.txt
index 367ac40790..54e00e1c9f 100644
--- a/delegate/classic/CMakeLists.txt
+++ b/delegate/classic/CMakeLists.txt
@@ -25,7 +25,6 @@ list(APPEND armnnClassicDelegateObject_sources
src/GatherNd.hpp
src/LogicalBinary.hpp
src/Lstm.hpp
- src/MultiLayerFacade.hpp
src/Normalization.hpp
src/Pack.hpp
src/Pad.hpp