From 6c53f9fbea7d0b8786e1d29b850ab7bed85e167a Mon Sep 17 00:00:00 2001 From: David Monahan Date: Thu, 27 Apr 2023 15:21:19 +0100 Subject: 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 Change-Id: I84b8bd74d15a194895e63da47c29be994531a889 --- delegate/classic/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'delegate/classic/CMakeLists.txt') 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 -- cgit v1.2.1