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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm_compute/runtime/CL/ICLOperator.h b/arm_compute/runtime/CL/ICLOperator.h
index 2d6c96e815..526b7e93e9 100644
--- a/arm_compute/runtime/CL/ICLOperator.h
+++ b/arm_compute/runtime/CL/ICLOperator.h
@@ -54,8 +54,8 @@ public:
ICLOperator &operator=(ICLOperator &&) = default;
// Inherited methods overridden:
- void run(InputTensorMap inputs, OutputTensorMap outputs, OperatorTensorMap workspace) override;
- void prepare(OperatorTensorMap constants) override;
+ void run(ITensorPack &tensors) override;
+ void prepare(ITensorPack &constants) override;
MemoryRequirements workspace() const override;
protected: