From 79f88e6d825402388bb79fc123ee2dfe01985bda Mon Sep 17 00:00:00 2001 From: Manuel Bottini Date: Wed, 18 Sep 2019 15:02:53 +0100 Subject: COMPMID-2313: Implement CL INSTANCE_NORMALIZATION function Change-Id: If11799bef1bbb973d4287ffc1c6eb4c2a28bbf5f Signed-off-by: Manuel Bottini Reviewed-on: https://review.mlplatform.org/c/1989 Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: Michele Di Giorgio --- 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 007ee707c5..e647819bff 100644 --- a/arm_compute/runtime/CL/CLFunctions.h +++ b/arm_compute/runtime/CL/CLFunctions.h @@ -90,6 +90,7 @@ #include "arm_compute/runtime/CL/functions/CLHOGMultiDetection.h" #include "arm_compute/runtime/CL/functions/CLHarrisCorners.h" #include "arm_compute/runtime/CL/functions/CLHistogram.h" +#include "arm_compute/runtime/CL/functions/CLInstanceNormalizationLayer.h" #include "arm_compute/runtime/CL/functions/CLIntegralImage.h" #include "arm_compute/runtime/CL/functions/CLL2NormalizeLayer.h" #include "arm_compute/runtime/CL/functions/CLLSTMLayer.h" -- cgit v1.2.1