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