aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark_new/CL/SYSTEM
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/CL/SYSTEM
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/CL/SYSTEM')
-rw-r--r--tests/benchmark_new/CL/SYSTEM/AlexNet.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/benchmark_new/CL/SYSTEM/AlexNet.cpp b/tests/benchmark_new/CL/SYSTEM/AlexNet.cpp
index e6d91d9706..271ed9904e 100644
--- a/tests/benchmark_new/CL/SYSTEM/AlexNet.cpp
+++ b/tests/benchmark_new/CL/SYSTEM/AlexNet.cpp
@@ -28,6 +28,7 @@
#include "arm_compute/runtime/CL/CLTensorAllocator.h"
#include "arm_compute/runtime/CL/functions/CLActivationLayer.h"
#include "arm_compute/runtime/CL/functions/CLConvolutionLayer.h"
+#include "arm_compute/runtime/CL/functions/CLDirectConvolutionLayer.h"
#include "arm_compute/runtime/CL/functions/CLFullyConnectedLayer.h"
#include "arm_compute/runtime/CL/functions/CLNormalizationLayer.h"
#include "arm_compute/runtime/CL/functions/CLPoolingLayer.h"
@@ -48,6 +49,7 @@ using CLAlexNetFixture = AlexNetFixture<ICLTensor,
CLAccessor,
CLActivationLayer,
CLConvolutionLayer,
+ CLDirectConvolutionLayer,
CLFullyConnectedLayer,
CLNormalizationLayer,
CLPoolingLayer,