From 94450f1fc91a89778354c2e1c07a328ba86d9cfc Mon Sep 17 00:00:00 2001 From: Moritz Pflanzer Date: Fri, 30 Jun 2017 12:48:43 +0100 Subject: COMPMID-417: Use a common create_tensor function Change-Id: I6b0511484a5b433ebec3fd62d778e64dcb4f89b5 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/79362 Reviewed-by: Georgios Pinitas Tested-by: Kaizen --- tests/benchmark/common/ActivationLayer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/benchmark/common/ActivationLayer.h') 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(shape, dt, 1, fixed_point_position); + dst = create_tensor(shape, dt, 1, fixed_point_position); // Create and configure function act_layer.configure(&src, &dst, act_obj.info); -- cgit v1.2.1