From 5b48ad7d43c3d1c2fdbae64beac3f37bc6697338 Mon Sep 17 00:00:00 2001 From: Michele Di Giorgio Date: Tue, 4 Jun 2019 18:43:35 +0100 Subject: COMPMID-2386: Add support for CLMeanStdNormalizationLayer Change-Id: I0323b2410b222fd08933da22de455e798a60a0b1 Signed-off-by: Michele Di Giorgio Reviewed-on: https://review.mlplatform.org/c/1297 Comments-Addressed: Arm Jenkins Reviewed-by: Gian Marco Iodice Tested-by: Arm Jenkins --- arm_compute/runtime/CL/CLFunctions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arm_compute/runtime/CL/CLFunctions.h') diff --git a/arm_compute/runtime/CL/CLFunctions.h b/arm_compute/runtime/CL/CLFunctions.h index c75fa1d55e..8c154f2059 100644 --- a/arm_compute/runtime/CL/CLFunctions.h +++ b/arm_compute/runtime/CL/CLFunctions.h @@ -99,6 +99,7 @@ #include "arm_compute/runtime/CL/functions/CLLocallyConnectedLayer.h" #include "arm_compute/runtime/CL/functions/CLMagnitude.h" #include "arm_compute/runtime/CL/functions/CLMeanStdDev.h" +#include "arm_compute/runtime/CL/functions/CLMeanStdDevNormalizationLayer.h" #include "arm_compute/runtime/CL/functions/CLMedian3x3.h" #include "arm_compute/runtime/CL/functions/CLMinMaxLocation.h" #include "arm_compute/runtime/CL/functions/CLNonLinearFilter.h" -- cgit v1.2.1