aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark_new/NEON/SYSTEM/AlexNet.cpp
diff options
context:
space:
mode:
authorsteniu01 <steven.niu@arm.com>2017-07-28 14:40:58 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-09-17 14:16:42 +0100
commita629da13544c361ba9580a233109b2418fd6bb73 (patch)
tree7097c661b2455cd9ad008c314eab1bfea7fdf1f4 /tests/benchmark_new/NEON/SYSTEM/AlexNet.cpp
parentc51b72fe34e6018a1807a2c78228da7beeee1750 (diff)
downloadComputeLibrary-a629da13544c361ba9580a233109b2418fd6bb73.tar.gz
COMPMID-458 add direct convolution to benchmark
Change-Id: I475cb1e3c69831aa5574305e9188251846cee6ba Reviewed-on: http://mpd-gerrit.cambridge.arm.com/82008 Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com> Reviewed-by: Anthony Barbier <anthony.barbier@arm.com>
Diffstat (limited to 'tests/benchmark_new/NEON/SYSTEM/AlexNet.cpp')
-rw-r--r--tests/benchmark_new/NEON/SYSTEM/AlexNet.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/benchmark_new/NEON/SYSTEM/AlexNet.cpp b/tests/benchmark_new/NEON/SYSTEM/AlexNet.cpp
index 282d3e67bd..b186c9b966 100644
--- a/tests/benchmark_new/NEON/SYSTEM/AlexNet.cpp
+++ b/tests/benchmark_new/NEON/SYSTEM/AlexNet.cpp
@@ -25,6 +25,7 @@
#include "arm_compute/core/Types.h"
#include "arm_compute/runtime/NEON/functions/NEActivationLayer.h"
#include "arm_compute/runtime/NEON/functions/NEConvolutionLayer.h"
+#include "arm_compute/runtime/NEON/functions/NEDirectConvolutionLayer.h"
#include "arm_compute/runtime/NEON/functions/NEFullyConnectedLayer.h"
#include "arm_compute/runtime/NEON/functions/NENormalizationLayer.h"
#include "arm_compute/runtime/NEON/functions/NEPoolingLayer.h"
@@ -57,6 +58,7 @@ using NEAlexNetFixture = AlexNetFixture<ITensor,
Accessor,
NEActivationLayer,
NEConvolutionLayer,
+ NEDirectConvolutionLayer,
NEFullyConnectedLayer,
NENormalizationLayer,
NEPoolingLayer,