aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark/fixtures
diff options
context:
space:
mode:
authorGian Marco <gianmarco.iodice@arm.com>2018-01-11 15:41:20 +0000
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:43:10 +0000
commit7c10f48ac46b7dfc655a13e8a29e40332c2d8ba3 (patch)
treebb24ea187cee46a56ab2ed4e2f57c6ffe1b206dc /tests/benchmark/fixtures
parent5518671926c2c493e023a2e0d78b4aef4cb0dcec (diff)
downloadComputeLibrary-7c10f48ac46b7dfc655a13e8a29e40332c2d8ba3.tar.gz
COMPMID-765 - Reduced to 4 the batch size for AlexNet
This patch also removed QS8 AlexNet benchmarking for NEON and set the flag weights_reshaped to false for CL Change-Id: I8db21b007c3b25b870e9072f8e02e36d1c1281c9 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/115999 Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Tested-by: Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'tests/benchmark/fixtures')
-rw-r--r--tests/benchmark/fixtures/AlexNetFixture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchmark/fixtures/AlexNetFixture.h b/tests/benchmark/fixtures/AlexNetFixture.h
index b943f72364..e15aa621d7 100644
--- a/tests/benchmark/fixtures/AlexNetFixture.h
+++ b/tests/benchmark/fixtures/AlexNetFixture.h
@@ -51,7 +51,7 @@ public:
template <typename...>
void setup(DataType data_type, int batches)
{
- constexpr bool weights_reshaped = true;
+ constexpr bool weights_reshaped = false;
constexpr int fixed_point_position = 4;
network.init(data_type, fixed_point_position, batches, weights_reshaped);