aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/OMP/OMPScheduler.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/OMP/OMPScheduler.h')
-rw-r--r--arm_compute/runtime/OMP/OMPScheduler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/runtime/OMP/OMPScheduler.h b/arm_compute/runtime/OMP/OMPScheduler.h
index b7c186a838..1742e95263 100644
--- a/arm_compute/runtime/OMP/OMPScheduler.h
+++ b/arm_compute/runtime/OMP/OMPScheduler.h
@@ -66,7 +66,7 @@ public:
* @param[in] inputs Vector containing the input tensors.
* @param[in] outputs Vector containing the output tensors.
*/
- void schedule_op(ICPPKernel *kernel, const Hints &hints, const std::vector<InputTensor> &inputs, const std::vector<OutputTensor> &outputs) override;
+ void schedule_op(ICPPKernel *kernel, const Hints &hints, const InputTensorMap &inputs, const OutputTensorMap &outputs) override;
protected:
/** Execute all the passed workloads