aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/NEON/NEKernels.h
diff options
context:
space:
mode:
authorgiuros01 <giuseppe.rossini@arm.com>2018-12-04 11:36:08 +0000
committerGiuseppe Rossini <giuseppe.rossini@arm.com>2018-12-05 11:19:03 +0000
commitbe1c017071c81912c78428377d3d95d2da2f966f (patch)
treef8f5e57baf971c30522373e4ffd3d43a07c86dea /arm_compute/core/NEON/NEKernels.h
parent8aa985e6cd553f4e2cee6cab74b82fa626896299 (diff)
downloadComputeLibrary-be1c017071c81912c78428377d3d95d2da2f966f.tar.gz
COMPMID-1757: NEON: Implement Tile
Change-Id: Ic6a1f55f14d53896725afe426bc2e2acb1546589 Reviewed-on: https://review.mlplatform.org/343 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 0cfde722d9..49bba3a750 100644
--- a/arm_compute/core/NEON/NEKernels.h
+++ b/arm_compute/core/NEON/NEKernels.h
@@ -114,6 +114,7 @@
#include "arm_compute/core/NEON/kernels/NESoftmaxLayerKernel.h"
#include "arm_compute/core/NEON/kernels/NETableLookupKernel.h"
#include "arm_compute/core/NEON/kernels/NEThresholdKernel.h"
+#include "arm_compute/core/NEON/kernels/NETileKernel.h"
#include "arm_compute/core/NEON/kernels/NETransposeKernel.h"
#include "arm_compute/core/NEON/kernels/NEUpsampleLayerKernel.h"
#include "arm_compute/core/NEON/kernels/NEWarpKernel.h"