aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/CLKernels.h
diff options
context:
space:
mode:
authorManuel Bottini <manuel.bottini@arm.com>2019-09-18 15:02:53 +0100
committerGeorgios Pinitas <georgios.pinitas@arm.com>2019-10-01 17:12:03 +0000
commit79f88e6d825402388bb79fc123ee2dfe01985bda (patch)
treedd598725afffccca79c91fd4a3e484561dfa891a /arm_compute/core/CL/CLKernels.h
parent20c2b501f206e4db1c15c2334f9e8a1baf640a50 (diff)
downloadComputeLibrary-79f88e6d825402388bb79fc123ee2dfe01985bda.tar.gz
COMPMID-2313: Implement CL INSTANCE_NORMALIZATION function
Change-Id: If11799bef1bbb973d4287ffc1c6eb4c2a28bbf5f Signed-off-by: Manuel Bottini <manuel.bottini@arm.com> Reviewed-on: https://review.mlplatform.org/c/1989 Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com>
Diffstat (limited to 'arm_compute/core/CL/CLKernels.h')
-rw-r--r--arm_compute/core/CL/CLKernels.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arm_compute/core/CL/CLKernels.h b/arm_compute/core/CL/CLKernels.h
index e298247e2e..3d9b2c81cd 100644
--- a/arm_compute/core/CL/CLKernels.h
+++ b/arm_compute/core/CL/CLKernels.h
@@ -106,6 +106,7 @@
#include "arm_compute/core/CL/kernels/CLHeightConcatenateLayerKernel.h"
#include "arm_compute/core/CL/kernels/CLHistogramKernel.h"
#include "arm_compute/core/CL/kernels/CLIm2ColKernel.h"
+#include "arm_compute/core/CL/kernels/CLInstanceNormalizationLayerKernel.h"
#include "arm_compute/core/CL/kernels/CLIntegralImageKernel.h"
#include "arm_compute/core/CL/kernels/CLL2NormalizeLayerKernel.h"
#include "arm_compute/core/CL/kernels/CLLKTrackerKernel.h"