aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON/NEFunctions.h
diff options
context:
space:
mode:
authorMichele Di Giorgio <michele.digiorgio@arm.com>2019-06-13 10:56:59 +0100
committerMichele Di Giorgio <michele.digiorgio@arm.com>2019-06-18 11:27:18 +0000
commit917539225a4283c869b3cb2c82bdc94b5d2c7756 (patch)
tree6ac853ec896cf2f170f6c9e22a765beaa8c66687 /arm_compute/runtime/NEON/NEFunctions.h
parente71eb6f178c77fbe611f66857aeccecf4e8db13b (diff)
downloadComputeLibrary-917539225a4283c869b3cb2c82bdc94b5d2c7756.tar.gz
COMPMID-2387: Add support for NEMeanStdDevNormalizationLayer
Change-Id: If5a9558b78f9c696dfc72633f73e9e21e5c2970f Signed-off-by: Michele Di Giorgio <michele.digiorgio@arm.com> Reviewed-on: https://review.mlplatform.org/c/1351 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Pablo Marquez <pablo.tello@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com>
Diffstat (limited to 'arm_compute/runtime/NEON/NEFunctions.h')
-rw-r--r--arm_compute/runtime/NEON/NEFunctions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arm_compute/runtime/NEON/NEFunctions.h b/arm_compute/runtime/NEON/NEFunctions.h
index 94607364b3..d44afcbb0f 100644
--- a/arm_compute/runtime/NEON/NEFunctions.h
+++ b/arm_compute/runtime/NEON/NEFunctions.h
@@ -100,6 +100,7 @@
#include "arm_compute/runtime/NEON/functions/NELocallyConnectedLayer.h"
#include "arm_compute/runtime/NEON/functions/NEMagnitude.h"
#include "arm_compute/runtime/NEON/functions/NEMeanStdDev.h"
+#include "arm_compute/runtime/NEON/functions/NEMeanStdDevNormalizationLayer.h"
#include "arm_compute/runtime/NEON/functions/NEMedian3x3.h"
#include "arm_compute/runtime/NEON/functions/NEMinMaxLocation.h"
#include "arm_compute/runtime/NEON/functions/NENonLinearFilter.h"