From 898a806bd0c72aeafb3557efdbc686aab54992d9 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Tue, 12 Sep 2017 19:19:12 +0100 Subject: COMPMID-417: Fix NEDirectConvolutionLayer Change-Id: I62a1fc7253a4f597d0d63b80310e0c84c3602b1a Reviewed-on: http://mpd-gerrit.cambridge.arm.com/87436 Tested-by: Kaizen Reviewed-by: Moritz Pflanzer --- tests/benchmark/NEON/DirectConvolutionLayer.cpp | 70 +++++++++++-------------- tests/benchmark/NEON/SYSTEM/AlexNet.cpp | 7 ++- 2 files changed, 33 insertions(+), 44 deletions(-) (limited to 'tests/benchmark/NEON') diff --git a/tests/benchmark/NEON/DirectConvolutionLayer.cpp b/tests/benchmark/NEON/DirectConvolutionLayer.cpp index 2c94118623..a9dd4b94ea 100644 --- a/tests/benchmark/NEON/DirectConvolutionLayer.cpp +++ b/tests/benchmark/NEON/DirectConvolutionLayer.cpp @@ -56,56 +56,46 @@ using NEConvolutionLayerFixture = ConvolutionLayerFixture