aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/CLKernels.h
diff options
context:
space:
mode:
authorMichalis Spyrou <michalis.spyrou@arm.com>2018-11-23 17:41:37 +0000
committerMichalis Spyrou <michalis.spyrou@arm.com>2018-12-05 13:48:32 +0000
commite93626222041917617cbe1ccccbb472b47a2358c (patch)
tree330ce12c56885129ead626e8cb7e590b706f9305 /arm_compute/core/CL/CLKernels.h
parent0e2b526d785cf3c284752c551d7cb6806a3e118a (diff)
downloadComputeLibrary-e93626222041917617cbe1ccccbb472b47a2358c.tar.gz
COMPMID-1719 CL: Implement RSqrt, Exp
Change-Id: I827b26239043a9e90d26c2583122648d2a45303a Reviewed-on: https://review.mlplatform.org/317 Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
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 201679347a..9d7ec71a32 100644
--- a/arm_compute/core/CL/CLKernels.h
+++ b/arm_compute/core/CL/CLKernels.h
@@ -59,6 +59,7 @@
#include "arm_compute/core/CL/kernels/CLDilateKernel.h"
#include "arm_compute/core/CL/kernels/CLDirectConvolutionLayerKernel.h"
#include "arm_compute/core/CL/kernels/CLDirectConvolutionLayerOutputStageKernel.h"
+#include "arm_compute/core/CL/kernels/CLElementWiseUnaryLayerKernel.h"
#include "arm_compute/core/CL/kernels/CLElementwiseOperationKernel.h"
#include "arm_compute/core/CL/kernels/CLErodeKernel.h"
#include "arm_compute/core/CL/kernels/CLFastCornersKernel.h"