aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON/functions/NEColorConvert.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/NEON/functions/NEColorConvert.h')
-rw-r--r--arm_compute/runtime/NEON/functions/NEColorConvert.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/runtime/NEON/functions/NEColorConvert.h b/arm_compute/runtime/NEON/functions/NEColorConvert.h
index 73eb3f94ea..a3dd064d06 100644
--- a/arm_compute/runtime/NEON/functions/NEColorConvert.h
+++ b/arm_compute/runtime/NEON/functions/NEColorConvert.h
@@ -24,7 +24,7 @@
#ifndef __ARM_COMPUTE_NECOLORCONVERT_H__
#define __ARM_COMPUTE_NECOLORCONVERT_H__
-#include "arm_compute/runtime/NEON/INESimpleFunction.h"
+#include "arm_compute/runtime/NEON/INESimpleFunctionNoBorder.h"
namespace arm_compute
{
@@ -33,7 +33,7 @@ class IMultiImage;
using IImage = ITensor;
/**Basic function to run @ref NEColorConvertKernel to perform color conversion */
-class NEColorConvert : public INESimpleFunction
+class NEColorConvert : public INESimpleFunctionNoBorder
{
public:
/** Initialize the function's source, destination
@@ -63,5 +63,5 @@ public:
*/
void configure(const IMultiImage *input, IMultiImage *output);
};
-}
+} // namespace arm_compute
#endif /*__ARM_COMPUTE_NECOLORCONVERT_H__*/