From 57a150ac8a0238b29ba08ea0018396adfa3bc1b8 Mon Sep 17 00:00:00 2001 From: Frank Lei Date: Tue, 19 Dec 2017 10:14:57 +0800 Subject: APPBROWSER-341: Add ResizeNearest operator support Change-Id: I1eefcb89b2185514f6eba8f3d0e7b126b20f7d8f Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/113856 Reviewed-by: Joel Liang 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 e05902858d..f05d3c7a97 100644 --- a/arm_compute/runtime/GLES_COMPUTE/GCFunctions.h +++ b/arm_compute/runtime/GLES_COMPUTE/GCFunctions.h @@ -40,6 +40,7 @@ #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/GCScale.h" #include "arm_compute/runtime/GLES_COMPUTE/functions/GCSoftmaxLayer.h" #include "arm_compute/runtime/GLES_COMPUTE/functions/GCTranspose.h" -- cgit v1.2.1