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