From 0fb6cf5b6f41a3734ab439f970ba94b96be06c5d Mon Sep 17 00:00:00 2001 From: zhenglin Date: Tue, 12 Dec 2017 15:56:09 +0800 Subject: APPBROWSER-340: Implement NormalizePlanarYUV operator Change-Id: I943fe27ed83e6c499d8f9919c7083f39f6f25acc Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/113211 Tested-by: Jenkins Reviewed-by: Stephen Li Reviewed-by: Anthony Barbier --- arm_compute/runtime/GLES_COMPUTE/GCFunctions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arm_compute/runtime/GLES_COMPUTE/GCFunctions.h') diff --git a/arm_compute/runtime/GLES_COMPUTE/GCFunctions.h b/arm_compute/runtime/GLES_COMPUTE/GCFunctions.h index e76d4efb27..e05902858d 100644 --- a/arm_compute/runtime/GLES_COMPUTE/GCFunctions.h +++ b/arm_compute/runtime/GLES_COMPUTE/GCFunctions.h @@ -37,6 +37,7 @@ #include "arm_compute/runtime/GLES_COMPUTE/functions/GCGEMMInterleave4x4.h" #include "arm_compute/runtime/GLES_COMPUTE/functions/GCGEMMTranspose1xW.h" #include "arm_compute/runtime/GLES_COMPUTE/functions/GCNormalizationLayer.h" +#include "arm_compute/runtime/GLES_COMPUTE/functions/GCNormalizePlanarYUVLayer.h" #include "arm_compute/runtime/GLES_COMPUTE/functions/GCPixelWiseMultiplication.h" #include "arm_compute/runtime/GLES_COMPUTE/functions/GCPoolingLayer.h" #include "arm_compute/runtime/GLES_COMPUTE/functions/GCSoftmaxLayer.h" -- cgit v1.2.1