From aaa27189e0e75c3ebad57854ac8901d0140677ac Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Wed, 21 Nov 2018 16:32:15 +0000 Subject: COMPMID-1734: Implement CLSelect Change-Id: I49b2e8b4200c9ed654736d9451e4ab9c073b4b10 --- 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 2a8294f28b..b4c5c2eb80 100644 --- a/arm_compute/runtime/CL/CLFunctions.h +++ b/arm_compute/runtime/CL/CLFunctions.h @@ -117,6 +117,7 @@ #include "arm_compute/runtime/CL/functions/CLReshapeLayer.h" #include "arm_compute/runtime/CL/functions/CLScale.h" #include "arm_compute/runtime/CL/functions/CLScharr3x3.h" +#include "arm_compute/runtime/CL/functions/CLSelect.h" #include "arm_compute/runtime/CL/functions/CLSlice.h" #include "arm_compute/runtime/CL/functions/CLSobel3x3.h" #include "arm_compute/runtime/CL/functions/CLSobel5x5.h" -- cgit v1.2.1