aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark/common/NormalizationLayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmark/common/NormalizationLayer.h')
-rw-r--r--tests/benchmark/common/NormalizationLayer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/benchmark/common/NormalizationLayer.h b/tests/benchmark/common/NormalizationLayer.h
index 4593fb7df3..580dca6c48 100644
--- a/tests/benchmark/common/NormalizationLayer.h
+++ b/tests/benchmark/common/NormalizationLayer.h
@@ -58,8 +58,8 @@ public:
shape.set(shape.num_dimensions(), batches);
// Create tensors
- src = create_tensor(shape, dt, 1, fixed_point_position);
- dst = create_tensor(shape, dt, 1, fixed_point_position);
+ src = create_tensor<TensorType>(shape, dt, 1, fixed_point_position);
+ dst = create_tensor<TensorType>(shape, dt, 1, fixed_point_position);
// Create and configure function
norm_layer = std::unique_ptr<Function>(new Function());