aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/tuners/MidgardTuner.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/CL/tuners/MidgardTuner.h')
-rw-r--r--arm_compute/runtime/CL/tuners/MidgardTuner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/runtime/CL/tuners/MidgardTuner.h b/arm_compute/runtime/CL/tuners/MidgardTuner.h
index c702e7a2aa..86d46044c2 100644
--- a/arm_compute/runtime/CL/tuners/MidgardTuner.h
+++ b/arm_compute/runtime/CL/tuners/MidgardTuner.h
@@ -37,7 +37,7 @@ public:
// Inherited overriden methods
void tune_kernel_static(ICLKernel &kernel) override;
void tune_kernel_dynamic(ICLKernel &kernel) override;
- void tune_kernel_dynamic(ICLKernel &kernel, const InputTensorMap &inputs, const OutputTensorMap &outputs) override;
+ void tune_kernel_dynamic(ICLKernel &kernel, ITensorPack &tensors) override;
};
} // namespace tuners
} // namespace arm_compute