aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/ICLOperator.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/CL/ICLOperator.h')
-rw-r--r--arm_compute/runtime/CL/ICLOperator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arm_compute/runtime/CL/ICLOperator.h b/arm_compute/runtime/CL/ICLOperator.h
index c9fdd864de..2d6c96e815 100644
--- a/arm_compute/runtime/CL/ICLOperator.h
+++ b/arm_compute/runtime/CL/ICLOperator.h
@@ -55,7 +55,8 @@ public:
// Inherited methods overridden:
void run(InputTensorMap inputs, OutputTensorMap outputs, OperatorTensorMap workspace) override;
- void prepare(OperatorTensorMap constants) override final;
+ void prepare(OperatorTensorMap constants) override;
+ MemoryRequirements workspace() const override;
protected:
std::unique_ptr<ICLKernel> _kernel;