From 3c2c4336b7d7dfb9120e6e4d0f0d5cd6852f9b29 Mon Sep 17 00:00:00 2001 From: Gian Marco Iodice Date: Thu, 28 Sep 2017 14:10:36 +0100 Subject: COMPMID-417 - Added NEFlattenLayer function Change-Id: I919c3352bf22bb41df2928be291be754c0518d3f Reviewed-on: http://mpd-gerrit.cambridge.arm.com/89536 Reviewed-by: Pablo Tello Reviewed-by: Georgios Pinitas Tested-by: Kaizen --- arm_compute/runtime/NEON/NEFunctions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arm_compute/runtime/NEON/NEFunctions.h') diff --git a/arm_compute/runtime/NEON/NEFunctions.h b/arm_compute/runtime/NEON/NEFunctions.h index 2aa52bf5fc..40bff978aa 100644 --- a/arm_compute/runtime/NEON/NEFunctions.h +++ b/arm_compute/runtime/NEON/NEFunctions.h @@ -52,6 +52,7 @@ #include "arm_compute/runtime/NEON/functions/NEErode.h" #include "arm_compute/runtime/NEON/functions/NEFastCorners.h" #include "arm_compute/runtime/NEON/functions/NEFillBorder.h" +#include "arm_compute/runtime/NEON/functions/NEFlattenLayer.h" #include "arm_compute/runtime/NEON/functions/NEFloor.h" #include "arm_compute/runtime/NEON/functions/NEFullyConnectedLayer.h" #include "arm_compute/runtime/NEON/functions/NEGEMM.h" -- cgit v1.2.1