From 5b44a7347c9632ee78ba1fc1771a6457ac1bca14 Mon Sep 17 00:00:00 2001 From: Pablo Tello Date: Wed, 9 Aug 2017 12:34:12 +0100 Subject: COMPMID-345: Added benchmarking tests for profiling Neon Direct Convolution. Change-Id: Id2d8082f51e5bd2f345172527a54a1c273636953 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/83354 Tested-by: Kaizen Reviewed-by: Anthony Barbier --- tests/benchmark_new/NEON/DirectConvolutionLayer.cpp | 5 +++++ tests/datasets_new/DirectConvolutionLayerDataset.h | 12 +++++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/benchmark_new/NEON/DirectConvolutionLayer.cpp b/tests/benchmark_new/NEON/DirectConvolutionLayer.cpp index ee0989d5df..892976d316 100644 --- a/tests/benchmark_new/NEON/DirectConvolutionLayer.cpp +++ b/tests/benchmark_new/NEON/DirectConvolutionLayer.cpp @@ -31,6 +31,7 @@ #include "tests/NEON/Accessor.h" #include "tests/TypePrinter.h" #include "tests/datasets_new/AlexNetConvolutionLayerDataset.h" +#include "tests/datasets_new/DirectConvolutionLayerDataset.h" #include "tests/datasets_new/GoogLeNetConvolutionLayerDataset.h" #include "tests/datasets_new/SqueezeNetConvolutionLayerDataset.h" #include "tests/fixtures_new/ConvolutionLayerFixture.h" @@ -52,6 +53,10 @@ using NEConvolutionLayerFixture = ConvolutionLayerFixture