aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON/NEFunctions.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/runtime/NEON/NEFunctions.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/runtime/NEON/NEFunctions.h')
-rw-r--r--arm_compute/runtime/NEON/NEFunctions.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arm_compute/runtime/NEON/NEFunctions.h b/arm_compute/runtime/NEON/NEFunctions.h
index d9c8355178..8873110982 100644
--- a/arm_compute/runtime/NEON/NEFunctions.h
+++ b/arm_compute/runtime/NEON/NEFunctions.h
@@ -117,6 +117,7 @@
#include "arm_compute/runtime/NEON/functions/NESoftmaxLayer.h"
#include "arm_compute/runtime/NEON/functions/NETableLookup.h"
#include "arm_compute/runtime/NEON/functions/NEThreshold.h"
+#include "arm_compute/runtime/NEON/functions/NETile.h"
#include "arm_compute/runtime/NEON/functions/NETranspose.h"
#include "arm_compute/runtime/NEON/functions/NEUpsampleLayer.h"
#include "arm_compute/runtime/NEON/functions/NEWarpAffine.h"
@@ -125,4 +126,4 @@
#include "arm_compute/runtime/NEON/functions/NEWinogradConvolutionLayer.h"
#include "arm_compute/runtime/NEON/functions/NEYOLOLayer.h"
-#endif /* __ARM_COMPUTE_NEFUNCTIONS_H__ */ \ No newline at end of file
+#endif /* __ARM_COMPUTE_NEFUNCTIONS_H__ */