aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON/functions/NECol2Im.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/NEON/functions/NECol2Im.h')
-rw-r--r--arm_compute/runtime/NEON/functions/NECol2Im.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/runtime/NEON/functions/NECol2Im.h b/arm_compute/runtime/NEON/functions/NECol2Im.h
index 42876a8aec..64ce9944e2 100644
--- a/arm_compute/runtime/NEON/functions/NECol2Im.h
+++ b/arm_compute/runtime/NEON/functions/NECol2Im.h
@@ -24,7 +24,7 @@
#ifndef __ARM_COMPUTE_NECOL2IM_H__
#define __ARM_COMPUTE_NECOL2IM_H__
-#include "arm_compute/runtime/NEON/INESimpleFunction.h"
+#include "arm_compute/runtime/NEON/INESimpleFunctionNoBorder.h"
#include "arm_compute/core/Size2D.h"
#include "arm_compute/core/Types.h"
@@ -34,7 +34,7 @@ namespace arm_compute
class ITensor;
/** Basic function to run @ref NECol2Im */
-class NECol2Im : public INESimpleFunction
+class NECol2Im : public INESimpleFunctionNoBorder
{
public:
/** Configure the col2im NEON kernel
@@ -56,5 +56,5 @@ public:
*/
static Status validate(const ITensorInfo *input, const ITensorInfo *output, const Size2D &convolved_dims);
};
-}
+} // namespace arm_compute
#endif /* __ARM_COMPUTE_NECOL2IM_H__ */