aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/NEON/kernels/NEDequantizationLayerKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/NEON/kernels/NEDequantizationLayerKernel.h')
-rw-r--r--arm_compute/core/NEON/kernels/NEDequantizationLayerKernel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/core/NEON/kernels/NEDequantizationLayerKernel.h b/arm_compute/core/NEON/kernels/NEDequantizationLayerKernel.h
index 4b26fd54e0..095a833ab4 100644
--- a/arm_compute/core/NEON/kernels/NEDequantizationLayerKernel.h
+++ b/arm_compute/core/NEON/kernels/NEDequantizationLayerKernel.h
@@ -56,7 +56,7 @@ public:
void configure(const ITensor *input, ITensor *output, const float *min, const float *max);
// Inherited methods overridden:
- void run(const Window &window) override;
+ void run(const Window &window, const ThreadInfo &info) override;
private:
const ITensor *_input;