From e7a86a4a3363993fb41b1ea62f23b3643b8b0c78 Mon Sep 17 00:00:00 2001 From: Francis Murtagh Date: Wed, 29 Aug 2018 12:42:10 +0100 Subject: IVGCVSW-1200 Division layer *IVGCVSW-1772 Create QueueDescriptors *IVGCVSW-1773 Add a CL implementation of the DivisionWorkload *IVGCVSW-1774 Add Neon implementation of the DivisionWorkload *IVGCVSW-1775 Add a Ref implementation of the DivisionWorkload *IVGCVSW-1776 Add a Division Layer * Added simple division unit tests with broadcasting Change-Id: I05751fb7f868789f6c06f91e8d25e52b4f12ab5e --- src/armnn/LayersFwd.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/armnn/LayersFwd.hpp') diff --git a/src/armnn/LayersFwd.hpp b/src/armnn/LayersFwd.hpp index e79149f28f..bf40f0ff37 100644 --- a/src/armnn/LayersFwd.hpp +++ b/src/armnn/LayersFwd.hpp @@ -14,6 +14,7 @@ #include "layers/ConvertFp32ToFp16Layer.hpp" #include "layers/Convolution2dLayer.hpp" #include "layers/DepthwiseConvolution2dLayer.hpp" +#include "layers/DivisionLayer.hpp" #include "layers/FakeQuantizationLayer.hpp" #include "layers/FloorLayer.hpp" #include "layers/FullyConnectedLayer.hpp" @@ -67,6 +68,7 @@ DECLARE_LAYER(ConvertFp16ToFp32) DECLARE_LAYER(ConvertFp32ToFp16) DECLARE_LAYER(Convolution2d) DECLARE_LAYER(DepthwiseConvolution2d) +DECLARE_LAYER(Division) DECLARE_LAYER(FakeQuantization) DECLARE_LAYER(Floor) DECLARE_LAYER(FullyConnected) -- cgit v1.2.1