aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark/fixtures/FloorFixture.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmark/fixtures/FloorFixture.h')
-rw-r--r--tests/benchmark/fixtures/FloorFixture.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/benchmark/fixtures/FloorFixture.h b/tests/benchmark/fixtures/FloorFixture.h
index b6bb89642d..df3a7da29d 100644
--- a/tests/benchmark/fixtures/FloorFixture.h
+++ b/tests/benchmark/fixtures/FloorFixture.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017 ARM Limited.
+ * Copyright (c) 2017-2018 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -52,9 +52,6 @@ public:
// Allocate tensors
src.allocator()->allocate();
dst.allocator()->allocate();
-
- // Fill tensors
- library->fill_tensor_uniform(Accessor(src), 0);
}
void run()