aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/tuners/BifrostTuner.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/CL/tuners/BifrostTuner.h')
-rw-r--r--arm_compute/runtime/CL/tuners/BifrostTuner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/runtime/CL/tuners/BifrostTuner.h b/arm_compute/runtime/CL/tuners/BifrostTuner.h
index 830f7d9067..237693fb88 100644
--- a/arm_compute/runtime/CL/tuners/BifrostTuner.h
+++ b/arm_compute/runtime/CL/tuners/BifrostTuner.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