aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/NEON/kernels/NEConvolutionKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/NEON/kernels/NEConvolutionKernel.h')
-rw-r--r--arm_compute/core/NEON/kernels/NEConvolutionKernel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/arm_compute/core/NEON/kernels/NEConvolutionKernel.h b/arm_compute/core/NEON/kernels/NEConvolutionKernel.h
index 588a228a5d..694b58c81f 100644
--- a/arm_compute/core/NEON/kernels/NEConvolutionKernel.h
+++ b/arm_compute/core/NEON/kernels/NEConvolutionKernel.h
@@ -68,7 +68,7 @@ public:
void configure(const ITensor *input, ITensor *output, const int16_t *conv, uint32_t scale, bool border_undefined);
// Inherited methods overridden:
- void run(const Window &window) override;
+ void run(const Window &window, const ThreadInfo &info) override;
BorderSize border_size() const override;
private:
@@ -111,7 +111,7 @@ public:
void configure(const ITensor *input, ITensor *output, const int16_t *conv_row, bool border_undefined);
// Inherited methods overridden:
- void run(const Window &window) override;
+ void run(const Window &window, const ThreadInfo &info) override;
BorderSize border_size() const override;
private:
@@ -152,7 +152,7 @@ public:
void configure(const ITensor *input, ITensor *output, const int16_t *conv_col, uint32_t scale, bool border_undefined);
// Inherited methods overridden:
- void run(const Window &window) override;
+ void run(const Window &window, const ThreadInfo &info) override;
BorderSize border_size() const override;
private:
@@ -223,7 +223,7 @@ public:
void configure(const ITensor *input, ITensor *output, const int16_t *conv, uint32_t width, uint32_t height, uint32_t scale, bool border_undefined);
// Inherited methods overridden:
- void run(const Window &window) override;
+ void run(const Window &window, const ThreadInfo &info) override;
BorderSize border_size() const override;
private: