From 926d5e17d073cf7f0999d4ab4ce4f79f5391abb8 Mon Sep 17 00:00:00 2001 From: zhenglin Date: Thu, 21 Dec 2017 15:36:50 +0800 Subject: APPBROWSER-356: Implement GCArithmeticAddition Operator Change-Id: I4ce55e69b3a76ab3539955d5ad12a226159b1daa Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/114222 Tested-by: Jenkins Reviewed-by: Pablo Tello --- 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 f05d3c7a97..faaf2f0edc 100644 --- a/arm_compute/runtime/GLES_COMPUTE/GCFunctions.h +++ b/arm_compute/runtime/GLES_COMPUTE/GCFunctions.h @@ -27,6 +27,7 @@ /* Header regrouping all the GLES compute functions */ #include "arm_compute/runtime/GLES_COMPUTE/functions/GCAbsoluteDifference.h" #include "arm_compute/runtime/GLES_COMPUTE/functions/GCActivationLayer.h" +#include "arm_compute/runtime/GLES_COMPUTE/functions/GCArithmeticAddition.h" #include "arm_compute/runtime/GLES_COMPUTE/functions/GCBatchNormalizationLayer.h" #include "arm_compute/runtime/GLES_COMPUTE/functions/GCDepthConcatenateLayer.h" #include "arm_compute/runtime/GLES_COMPUTE/functions/GCDirectConvolutionLayer.h" -- cgit v1.2.1