aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark/fixtures/MagnitudeFixture.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmark/fixtures/MagnitudeFixture.h')
-rw-r--r--tests/benchmark/fixtures/MagnitudeFixture.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/benchmark/fixtures/MagnitudeFixture.h b/tests/benchmark/fixtures/MagnitudeFixture.h
index d5fbb2b7f3..f75540c66f 100644
--- a/tests/benchmark/fixtures/MagnitudeFixture.h
+++ b/tests/benchmark/fixtures/MagnitudeFixture.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017 ARM Limited.
+ * Copyright (c) 2017-2018 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -55,10 +55,6 @@ public:
src1.allocator()->allocate();
src2.allocator()->allocate();
dst.allocator()->allocate();
-
- // Fill tensors
- library->fill_tensor_uniform(Accessor(src1), 0);
- library->fill_tensor_uniform(Accessor(src2), 1);
}
void run()