aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/NEON/NEKernels.h
diff options
context:
space:
mode:
authorgiuros01 <giuseppe.rossini@arm.com>2019-02-18 16:48:35 +0000
committerGeorgios Pinitas <georgios.pinitas@arm.com>2019-03-04 18:54:37 +0000
commitfc1da1391679c51209c611e95d60569ce4da15cb (patch)
treecdb92d347ac2808e9c7c349369b2c0cf2621ff03 /arm_compute/core/NEON/NEKernels.h
parentfb68ca1f087833ae04de5700ad6ed88b51a1d17b (diff)
downloadComputeLibrary-fc1da1391679c51209c611e95d60569ce4da15cb.tar.gz
COMPMID-1946: Implement NEBatchToSpace
Change-Id: I119645eb3ea437c7dfe59545da58b328a7184f3f Signed-off-by: giuros01 <giuseppe.rossini@arm.com> Reviewed-on: https://review.mlplatform.org/c/734 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 6509e39d7d..8b37b2f603 100644
--- a/arm_compute/core/NEON/NEKernels.h
+++ b/arm_compute/core/NEON/NEKernels.h
@@ -31,6 +31,7 @@
#include "arm_compute/core/NEON/kernels/NEArithmeticAdditionKernel.h"
#include "arm_compute/core/NEON/kernels/NEArithmeticSubtractionKernel.h"
#include "arm_compute/core/NEON/kernels/NEBatchNormalizationLayerKernel.h"
+#include "arm_compute/core/NEON/kernels/NEBatchToSpaceLayerKernel.h"
#include "arm_compute/core/NEON/kernels/NEBitwiseAndKernel.h"
#include "arm_compute/core/NEON/kernels/NEBitwiseNotKernel.h"
#include "arm_compute/core/NEON/kernels/NEBitwiseOrKernel.h"