aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/GLES_COMPUTE/GCFunctions.h
diff options
context:
space:
mode:
authorzhenglin <zhenglin.li@arm.com>2017-12-21 15:36:50 +0800
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:42:33 +0000
commit926d5e17d073cf7f0999d4ab4ce4f79f5391abb8 (patch)
tree21577752ad8cb550631298d9430398f7e99b2c12 /arm_compute/runtime/GLES_COMPUTE/GCFunctions.h
parent358ca205c9e41f523517ffa55a9057308b736040 (diff)
downloadComputeLibrary-926d5e17d073cf7f0999d4ab4ce4f79f5391abb8.tar.gz
APPBROWSER-356: Implement GCArithmeticAddition Operator
Change-Id: I4ce55e69b3a76ab3539955d5ad12a226159b1daa Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/114222 Tested-by: Jenkins <bsgcomp@arm.com> Reviewed-by: Pablo Tello <pablo.tello@arm.com>
Diffstat (limited to 'arm_compute/runtime/GLES_COMPUTE/GCFunctions.h')
-rw-r--r--arm_compute/runtime/GLES_COMPUTE/GCFunctions.h1
1 files changed, 1 insertions, 0 deletions
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"