aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark/common/ActivationLayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmark/common/ActivationLayer.h')
-rw-r--r--tests/benchmark/common/ActivationLayer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/benchmark/common/ActivationLayer.h b/tests/benchmark/common/ActivationLayer.h
index 7edfb6ef3c..8e22281025 100644
--- a/tests/benchmark/common/ActivationLayer.h
+++ b/tests/benchmark/common/ActivationLayer.h
@@ -57,8 +57,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
act_layer.configure(&src, &dst, act_obj.info);