aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/ICLOperator.h
diff options
context:
space:
mode:
authorMichele Di Giorgio <michele.digiorgio@arm.com>2020-07-06 11:27:21 +0100
committerGeorgios Pinitas <georgios.pinitas@arm.com>2020-07-22 10:35:29 +0000
commitf932d2c8409831cb9cb97a2eb65be93ad4709cd6 (patch)
tree44fd816205d9b908deaff9f21e5018da42e3cd80 /arm_compute/runtime/CL/ICLOperator.h
parentf20d6d6ae5a0da2c856294e93341cdc065db58f9 (diff)
downloadComputeLibrary-f932d2c8409831cb9cb97a2eb65be93ad4709cd6.tar.gz
COMPMID-3386: Support memory injection in CLConcatenate functions/kernels
Signed-off-by: Georgios Pinitas <georgios.pinitas@arm.com> Change-Id: I611adf4f506d406540e920b0bd6befb4b5108918 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/3601 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michalis Spyrou <michalis.spyrou@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'arm_compute/runtime/CL/ICLOperator.h')
-rw-r--r--arm_compute/runtime/CL/ICLOperator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/runtime/CL/ICLOperator.h b/arm_compute/runtime/CL/ICLOperator.h
index 7ad0c8ce0e..c9fdd864de 100644
--- a/arm_compute/runtime/CL/ICLOperator.h
+++ b/arm_compute/runtime/CL/ICLOperator.h
@@ -54,7 +54,7 @@ public:
ICLOperator &operator=(ICLOperator &&) = default;
// Inherited methods overridden:
- void run(InputTensorMap inputs, OutputTensorMap outputs, OperatorTensorMap workspace) override final;
+ void run(InputTensorMap inputs, OutputTensorMap outputs, OperatorTensorMap workspace) override;
void prepare(OperatorTensorMap constants) override final;
protected: