From 721756352e68602fe6aaf90b3ca031c947cd2176 Mon Sep 17 00:00:00 2001 From: Michele Di Giorgio Date: Tue, 1 May 2018 16:52:00 +0100 Subject: COMPMID-1107: Add support for ChannelShuffle in CL Change-Id: I56d2a02b316f0c69ff1fd7220e732f775414fe69 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/129709 Reviewed-by: Georgios Pinitas Tested-by: Jenkins Reviewed-by: Giorgio Arena Reviewed-by: Gian Marco Iodice --- arm_compute/runtime/CL/CLFunctions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arm_compute/runtime/CL/CLFunctions.h') diff --git a/arm_compute/runtime/CL/CLFunctions.h b/arm_compute/runtime/CL/CLFunctions.h index ffda88561d..53e49936df 100644 --- a/arm_compute/runtime/CL/CLFunctions.h +++ b/arm_compute/runtime/CL/CLFunctions.h @@ -39,6 +39,7 @@ #include "arm_compute/runtime/CL/functions/CLCannyEdge.h" #include "arm_compute/runtime/CL/functions/CLChannelCombine.h" #include "arm_compute/runtime/CL/functions/CLChannelExtract.h" +#include "arm_compute/runtime/CL/functions/CLChannelShuffleLayer.h" #include "arm_compute/runtime/CL/functions/CLColorConvert.h" #include "arm_compute/runtime/CL/functions/CLConvolution.h" #include "arm_compute/runtime/CL/functions/CLConvolutionLayer.h" -- cgit v1.2.1