aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/NEON/NEKernels.h
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2018-11-02 12:54:18 +0000
committerGeorgios Pinitas <georgios.pinitas@arm.com>2018-11-08 10:37:09 +0000
commitf1adf11c776aebaa8da1b8644a4ba2453afd2b81 (patch)
tree93b82ad1895ad7991a1494586e8979acc8b25aec /arm_compute/core/NEON/NEKernels.h
parent83e3e7537bda871c2aade349d7f584d065a75092 (diff)
downloadComputeLibrary-f1adf11c776aebaa8da1b8644a4ba2453afd2b81.tar.gz
COMPMID-1579: Add support for ChannelShuffle operator in NEON
Change-Id: I6d5f91579850906e1eb973ff6c5612195255e631
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 cb2e851b66..76eb5cb5f2 100644
--- a/arm_compute/core/NEON/NEKernels.h
+++ b/arm_compute/core/NEON/NEKernels.h
@@ -39,6 +39,7 @@
#include "arm_compute/core/NEON/kernels/NECannyEdgeKernel.h"
#include "arm_compute/core/NEON/kernels/NEChannelCombineKernel.h"
#include "arm_compute/core/NEON/kernels/NEChannelExtractKernel.h"
+#include "arm_compute/core/NEON/kernels/NEChannelShuffleLayerKernel.h"
#include "arm_compute/core/NEON/kernels/NECol2ImKernel.h"
#include "arm_compute/core/NEON/kernels/NEColorConvertKernel.h"
#include "arm_compute/core/NEON/kernels/NEConvertFullyConnectedWeightsKernel.h"