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