From 3b9acd515918ac1af5498b3e7501c0b16a88a8e0 Mon Sep 17 00:00:00 2001 From: Cathal Corbett Date: Fri, 9 Dec 2022 12:17:27 +0000 Subject: IVGCVSW-7342 Add Slice support to TOSA Reference Backend Signed-off-by: Cathal Corbett Change-Id: I8be286b69bebd4cd36033e3145632bb043938d16 --- src/backends/tosaCommon/operatorMappings/TosaCommonOperators.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/backends/tosaCommon/operatorMappings/TosaCommonOperators.hpp') diff --git a/src/backends/tosaCommon/operatorMappings/TosaCommonOperators.hpp b/src/backends/tosaCommon/operatorMappings/TosaCommonOperators.hpp index 0711095a25..a3597f0461 100644 --- a/src/backends/tosaCommon/operatorMappings/TosaCommonOperators.hpp +++ b/src/backends/tosaCommon/operatorMappings/TosaCommonOperators.hpp @@ -10,4 +10,5 @@ #include "Conv2dOperator.hpp" #include "AvgPool2DIgnoreValueOperator.hpp" #include "Pooling2DOperator.hpp" -#include "ReshapeOperator.hpp" \ No newline at end of file +#include "ReshapeOperator.hpp" +#include "SliceOperator.hpp" \ No newline at end of file -- cgit v1.2.1