aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/CLKernels.h
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2018-11-21 16:32:15 +0000
committerGeorgios Pinitas <georgios.pinitas@arm.com>2018-11-23 15:57:11 +0000
commitaaa27189e0e75c3ebad57854ac8901d0140677ac (patch)
tree89eea6c664d5eedf6eda4fcfbbf3238068db6268 /arm_compute/core/CL/CLKernels.h
parentca1250d548961f43ecf8499a78b5cc0c9609a37a (diff)
downloadComputeLibrary-aaa27189e0e75c3ebad57854ac8901d0140677ac.tar.gz
COMPMID-1734: Implement CLSelect
Change-Id: I49b2e8b4200c9ed654736d9451e4ab9c073b4b10
Diffstat (limited to 'arm_compute/core/CL/CLKernels.h')
-rw-r--r--arm_compute/core/CL/CLKernels.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arm_compute/core/CL/CLKernels.h b/arm_compute/core/CL/CLKernels.h
index cc76231345..1457d7b3ac 100644
--- a/arm_compute/core/CL/CLKernels.h
+++ b/arm_compute/core/CL/CLKernels.h
@@ -116,6 +116,7 @@
#include "arm_compute/core/CL/kernels/CLReshapeLayerKernel.h"
#include "arm_compute/core/CL/kernels/CLScaleKernel.h"
#include "arm_compute/core/CL/kernels/CLScharr3x3Kernel.h"
+#include "arm_compute/core/CL/kernels/CLSelectKernel.h"
#include "arm_compute/core/CL/kernels/CLSobel3x3Kernel.h"
#include "arm_compute/core/CL/kernels/CLSobel5x5Kernel.h"
#include "arm_compute/core/CL/kernels/CLSobel7x7Kernel.h"