aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/NEON/NEKernels.h
diff options
context:
space:
mode:
authorGeorge Wort <george.wort@arm.com>2018-12-13 17:50:26 +0000
committerGeorgios Pinitas <georgios.pinitas@arm.com>2019-01-02 13:47:45 +0000
commit5801a5508aecc91df7d669f086d6977d70059c65 (patch)
tree0cf4a6af6cd025213a916651537e4a2f8891430f /arm_compute/core/NEON/NEKernels.h
parent3f8aac4474b245b20c07b3a5384577a83f4950a7 (diff)
downloadComputeLibrary-5801a5508aecc91df7d669f086d6977d70059c65.tar.gz
COMPMID-1767: NEON: Implement Where/Select
Change-Id: If8a1ab6d6a029a5c547b726e0692eecef9a2e97d Reviewed-on: https://review.mlplatform.org/415 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com>
Diffstat (limited to 'arm_compute/core/NEON/NEKernels.h')
-rw-r--r--arm_compute/core/NEON/NEKernels.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arm_compute/core/NEON/NEKernels.h b/arm_compute/core/NEON/NEKernels.h
index 57a1d4d52c..e859519d94 100644
--- a/arm_compute/core/NEON/NEKernels.h
+++ b/arm_compute/core/NEON/NEKernels.h
@@ -110,6 +110,7 @@
#include "arm_compute/core/NEON/kernels/NEReshapeLayerKernel.h"
#include "arm_compute/core/NEON/kernels/NEScaleKernel.h"
#include "arm_compute/core/NEON/kernels/NEScharr3x3Kernel.h"
+#include "arm_compute/core/NEON/kernels/NESelectKernel.h"
#include "arm_compute/core/NEON/kernels/NESobel3x3Kernel.h"
#include "arm_compute/core/NEON/kernels/NESobel5x5Kernel.h"
#include "arm_compute/core/NEON/kernels/NESobel7x7Kernel.h"