aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON/functions/NECopy.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/NEON/functions/NECopy.h')
-rw-r--r--arm_compute/runtime/NEON/functions/NECopy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm_compute/runtime/NEON/functions/NECopy.h b/arm_compute/runtime/NEON/functions/NECopy.h
index df06b1ddbb..c476da54eb 100644
--- a/arm_compute/runtime/NEON/functions/NECopy.h
+++ b/arm_compute/runtime/NEON/functions/NECopy.h
@@ -25,14 +25,14 @@
#define __ARM_COMPUTE_NECOPY_H__
#include "arm_compute/core/Types.h"
-#include "arm_compute/runtime/NEON/INESimpleFunction.h"
+#include "arm_compute/runtime/NEON/INESimpleFunctionNoBorder.h"
namespace arm_compute
{
class ITensor;
/** Basic function to run @ref NECopyKernel */
-class NECopy : public INESimpleFunction
+class NECopy : public INESimpleFunctionNoBorder
{
public:
/** Initialise the function's source and destination.