aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark/fixtures/LeNet5Fixture.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmark/fixtures/LeNet5Fixture.h')
-rw-r--r--tests/benchmark/fixtures/LeNet5Fixture.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/benchmark/fixtures/LeNet5Fixture.h b/tests/benchmark/fixtures/LeNet5Fixture.h
index 191daa2aff..5108042820 100644
--- a/tests/benchmark/fixtures/LeNet5Fixture.h
+++ b/tests/benchmark/fixtures/LeNet5Fixture.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017 ARM Limited.
+ * Copyright (c) 2017-2018 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -49,7 +49,6 @@ public:
network.init(batches);
network.build();
network.allocate();
- network.fill_random();
}
void run()