From 711fa31d5d43b904d28bcd407cd7e921529a37ca Mon Sep 17 00:00:00 2001 From: David Beck Date: Mon, 24 Sep 2018 10:46:38 +0100 Subject: IVGCVSW-1921: move common Acl code to a separate folder Change-Id: I400be8e7c0cc5a31eb9d2a7396da145d50d51b6e --- .../NeonWorkloads/NeonDepthwiseConvolutionUint8Workload.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/backends/NeonWorkloads/NeonDepthwiseConvolutionUint8Workload.cpp') diff --git a/src/backends/NeonWorkloads/NeonDepthwiseConvolutionUint8Workload.cpp b/src/backends/NeonWorkloads/NeonDepthwiseConvolutionUint8Workload.cpp index b7813a59c5..de8a2aeedb 100644 --- a/src/backends/NeonWorkloads/NeonDepthwiseConvolutionUint8Workload.cpp +++ b/src/backends/NeonWorkloads/NeonDepthwiseConvolutionUint8Workload.cpp @@ -4,10 +4,9 @@ // #include "NeonDepthwiseConvolutionUint8Workload.hpp" -#include "backends/NeonLayerSupport.hpp" -#include "backends/CpuTensorHandle.hpp" -#include "backends/ArmComputeTensorUtils.hpp" - +#include +#include +#include namespace armnn { -- cgit v1.2.1