aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON/functions/NEGEMMInterleave4x4.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/NEON/functions/NEGEMMInterleave4x4.h')
-rw-r--r--arm_compute/runtime/NEON/functions/NEGEMMInterleave4x4.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/runtime/NEON/functions/NEGEMMInterleave4x4.h b/arm_compute/runtime/NEON/functions/NEGEMMInterleave4x4.h
index 4a6bec03e6..4d7f67b949 100644
--- a/arm_compute/runtime/NEON/functions/NEGEMMInterleave4x4.h
+++ b/arm_compute/runtime/NEON/functions/NEGEMMInterleave4x4.h
@@ -24,7 +24,7 @@
#ifndef __ARM_COMPUTE_NEGEMMINTERLEAVE4X4_H__
#define __ARM_COMPUTE_NEGEMMINTERLEAVE4X4_H__
-#include "arm_compute/runtime/NEON/INESimpleFunction.h"
+#include "arm_compute/runtime/NEON/INESimpleFunctionNoBorder.h"
namespace arm_compute
{
@@ -35,7 +35,7 @@ class ITensor;
* -# @ref NEGEMMInterleave4x4Kernel
*
*/
-class NEGEMMInterleave4x4 : public INESimpleFunction
+class NEGEMMInterleave4x4 : public INESimpleFunctionNoBorder
{
public:
/** Initialise the kernel's inputs, output
@@ -45,5 +45,5 @@ public:
*/
void configure(const ITensor *input, ITensor *output);
};
-}
+} // namespace arm_compute
#endif /*__ARM_COMPUTE_NEGEMMINTERLEAVE4X4_H__ */