aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/kernels/directconv2d/nhwc/neon/impl.h
diff options
context:
space:
mode:
authorMatthew Bentham <Matthew.Bentham@arm.com>2023-05-30 16:43:14 +0000
committerMatthew Bentham <matthew.bentham@arm.com>2023-06-15 13:28:23 +0000
commit043613fbb199e2c4fdd12c2c9a1785db9b0c45fa (patch)
tree95557f79177b38dcd724ee93e3c9174dc58d6ddb /src/cpu/kernels/directconv2d/nhwc/neon/impl.h
parentf1aeab9cfb6e9a2a5a16ed79bf341ad11c555233 (diff)
downloadComputeLibrary-043613fbb199e2c4fdd12c2c9a1785db9b0c45fa.tar.gz
Break up Utils.h a bit to reduce unused code being included everywhere
Move some maths-related things from Utils.h to new Math.h header in utils/math. Move some routines used for Tensor shape validation to Validate.h Change-Id: I8ce89fe03ec3ae1b61d1a80c282b8b91eea0cfb3 Signed-off-by: Matthew Bentham <Matthew.Bentham@arm.com> Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/c/VisualCompute/ComputeLibrary/+/524783 Reviewed-by: Gian Marco Iodice <gianmarco.iodice@arm.com> Tested-by: Viet-Hoa Do <viet-hoa.do@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/9743 Benchmark: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Jakub Sujak <jakub.sujak@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'src/cpu/kernels/directconv2d/nhwc/neon/impl.h')
-rw-r--r--src/cpu/kernels/directconv2d/nhwc/neon/impl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cpu/kernels/directconv2d/nhwc/neon/impl.h b/src/cpu/kernels/directconv2d/nhwc/neon/impl.h
index 88a151fba4..3b26fcdf29 100644
--- a/src/cpu/kernels/directconv2d/nhwc/neon/impl.h
+++ b/src/cpu/kernels/directconv2d/nhwc/neon/impl.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 Arm Limited.
+ * Copyright (c) 2022-2023 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -25,6 +25,7 @@
#ifndef SRC_CORE_NEON_KERNELS_CONV2D_IMPL_H
#define SRC_CORE_NEON_KERNELS_CONV2D_IMPL_H
+#include "arm_compute/core/ITensor.h"
#include "src/core/helpers/WindowHelpers.h"
namespace arm_compute