From 164bf4f29f6f1b2a3e6714ef4f5a21fc0fd16c2b Mon Sep 17 00:00:00 2001 From: Matthew Sloyan Date: Fri, 28 Oct 2022 18:02:17 +0100 Subject: IVGCVSW-7164 Implement TosaRefBackend::OptimizeSubgraphView * Added TosaRefBackend::OptimizeSubgraphView implementation. * Generalised TosaRefLayerSupport::IsLayerSupported to work with any operator. * Changed TosaCommon.hpp utils to inline functions. * Added source files for TosaMappings.hpp and AdditionOperator.hpp. * Fixed multiple defines issue with HALF_ROUND_STYLE and HALF_ROUND_TIES_TO_EVEN. Signed-off-by: Matthew Sloyan Change-Id: Ib2576ec3fb97faa3a2256b2fb93ec16ac8745760 --- src/backends/tosaCommon/operatorMappings/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/backends/tosaCommon/operatorMappings/CMakeLists.txt') diff --git a/src/backends/tosaCommon/operatorMappings/CMakeLists.txt b/src/backends/tosaCommon/operatorMappings/CMakeLists.txt index 3965a6ab04..9fc33e9205 100644 --- a/src/backends/tosaCommon/operatorMappings/CMakeLists.txt +++ b/src/backends/tosaCommon/operatorMappings/CMakeLists.txt @@ -5,6 +5,7 @@ list(APPEND armnnTosaBackendOperators_sources AdditionOperator.hpp + AdditionOperator.cpp TosaOperatorUtils.hpp ) -- cgit v1.2.1