aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark/fixtures/ScaleFixture.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmark/fixtures/ScaleFixture.h')
-rw-r--r--tests/benchmark/fixtures/ScaleFixture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchmark/fixtures/ScaleFixture.h b/tests/benchmark/fixtures/ScaleFixture.h
index 1fea66fbe2..953872ea64 100644
--- a/tests/benchmark/fixtures/ScaleFixture.h
+++ b/tests/benchmark/fixtures/ScaleFixture.h
@@ -75,7 +75,7 @@ public:
dst = create_tensor<TensorType>(shape_scaled, data_type);
// Create and configure function
- scale_func.configure(&src, &dst, ScaleKernelInfo{ policy, border_mode, constant_border_value, sampling_policy });
+ scale_func.configure(&src, &dst, ScaleKernelInfo{ policy, border_mode, constant_border_value, sampling_policy, false });
// Allocate tensors
src.allocator()->allocate();