From 636ab40d3741e12eaad11d5b50e4b34bfbb258b5 Mon Sep 17 00:00:00 2001 From: Aron Virginas-Tar Date: Mon, 16 Sep 2019 14:27:45 +0100 Subject: IVGCVSW-3875 Add frontend for SLICE layer Signed-off-by: Aron Virginas-Tar Change-Id: Iebe675a0cee02db6f133d48ce58cbc1e233061db --- src/armnn/InternalTypes.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/armnn/InternalTypes.hpp') diff --git a/src/armnn/InternalTypes.hpp b/src/armnn/InternalTypes.hpp index 98308f92a1..1e05fff769 100644 --- a/src/armnn/InternalTypes.hpp +++ b/src/armnn/InternalTypes.hpp @@ -58,6 +58,7 @@ enum class LayerType Reshape, Resize, Rsqrt, + Slice, Softmax, SpaceToBatchNd, SpaceToDepth, -- cgit v1.2.1