aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON
diff options
context:
space:
mode:
authorSheri Zhang <sheri.zhang@arm.com>2021-10-15 19:54:17 +0100
committerSheri Zhang <sheri.zhang@arm.com>2021-10-18 17:36:47 +0000
commit5dda2177800009b24e31550ed849b1ef3fca6167 (patch)
treedfce69d52db6111d6751f4ee4add6ab172a3290d /arm_compute/runtime/NEON
parentc9cecc0e565e7b4978cecc92e03e6c93bb8d0cb9 (diff)
downloadComputeLibrary-5dda2177800009b24e31550ed849b1ef3fca6167.tar.gz
DirectConv3d support refine
- Decouple data support of CpuDirectConv3dKernel - Update documentation for Conv3d Signed-off-by: Sheri Zhang <sheri.zhang@arm.com> Change-Id: I1d94aa28f821f45a1a3d39cc3335c8faeee89f0d Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6453 Reviewed-by: Giorgio Arena <giorgio.arena@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'arm_compute/runtime/NEON')
-rw-r--r--arm_compute/runtime/NEON/functions/NEConv3D.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arm_compute/runtime/NEON/functions/NEConv3D.h b/arm_compute/runtime/NEON/functions/NEConv3D.h
index 487d357fa1..2b3a45f0af 100644
--- a/arm_compute/runtime/NEON/functions/NEConv3D.h
+++ b/arm_compute/runtime/NEON/functions/NEConv3D.h
@@ -29,7 +29,6 @@
#include "arm_compute/core/ITensorInfo.h"
#include "arm_compute/core/Types.h"
#include "arm_compute/runtime/FunctionDescriptors.h"
-#include "arm_compute/runtime/MemoryGroup.h"
#include <memory>