From a1d3c6a49f35d7d3f11cc7e1b588d1d5401bdbf1 Mon Sep 17 00:00:00 2001 From: Mohamed Nour Abouelseoud Date: Thu, 27 Dec 2018 12:39:16 +0000 Subject: IVGCVSW-2371 Add Rsqrt Ref implementation *Added Unit Tests Change-Id: I6cceb8e6dcda35ce08415f8e5ca86019a64d26e3 --- 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 c6b5c04665..f4996db73e 100644 --- a/src/armnn/InternalTypes.hpp +++ b/src/armnn/InternalTypes.hpp @@ -46,6 +46,7 @@ enum class LayerType Pooling2d, Reshape, ResizeBilinear, + Rsqrt, Softmax, SpaceToBatchNd, Splitter, -- cgit v1.2.1