From 5b58e31109f661f70331048e22f8a66934e74d15 Mon Sep 17 00:00:00 2001 From: Kevin May Date: Thu, 15 Dec 2022 10:15:21 +0000 Subject: IVGCVSW-7170 Add Concat support to TOSA Reference Backend * Change comment for the unique tensor names in all tosa common operators Signed-off-by: Kevin May Change-Id: I247b4b2365d5f0173218c5dfd11fba12d2399959 --- src/backends/tosaCommon/operatorMappings/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (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 90c1a4f958..2443dc0585 100644 --- a/src/backends/tosaCommon/operatorMappings/CMakeLists.txt +++ b/src/backends/tosaCommon/operatorMappings/CMakeLists.txt @@ -8,6 +8,8 @@ list(APPEND armnnTosaBackendOperators_sources AdditionOperator.cpp AvgPool2DIgnoreValueOperator.hpp AvgPool2DIgnoreValueOperator.cpp + ConcatOperator.hpp + ConcatOperator.cpp ConstantOperator.hpp ConstantOperator.cpp Conv2dOperator.hpp -- cgit v1.2.1