IVGCVSW-5328-5329 Fuse Activation Cleanup
authorMike Kelly <mike.kelly@arm.com>
Fri, 13 Nov 2020 15:26:41 +0000 (15:26 +0000)
committermike.kelly <mike.kelly@arm.com>
Fri, 13 Nov 2020 15:49:08 +0000 (15:49 +0000)
 * Resolved the review items in the main review.

Signed-off-by: Mike Kelly <mike.kelly@arm.com>
Change-Id: I5da34b74ac204569ea2d210fb5a069beb7d0835b

src/backends/aclCommon/ArmComputeUtils.hpp
src/backends/aclCommon/CMakeLists.txt
src/backends/cl/workloads/ClBatchNormalizationFloatWorkload.cpp
src/backends/cl/workloads/ClSubtractionWorkload.cpp

index adcf828..2a07078 100644 (file)
@@ -7,10 +7,9 @@
 #include <armnn/Descriptors.hpp>
 #include <armnn/Tensor.hpp>
 #include <armnn/utility/Assert.hpp>
+#include <backendsCommon/WorkloadData.hpp>
 
 #include <arm_compute/core/Types.h>
-#include "../../../../clframework/arm_compute/core/Types.h"
-#include "../backendsCommon/WorkloadData.hpp"
 
 namespace armnn
 {
index dac663b..1e3d827 100644 (file)
@@ -4,10 +4,10 @@
 #
 
 list(APPEND armnnAclCommon_sources
+    ArmComputeSubgraphUtils.hpp
     ArmComputeTensorHandle.hpp
     ArmComputeTensorUtils.hpp
     ArmComputeTensorUtils.cpp
-    ArmComputeSubgraphUtils.hpp
     ArmComputeUtils.hpp
     BaseMemoryManager.cpp
     BaseMemoryManager.hpp
index 68942e2..c595e20 100644 (file)
@@ -6,14 +6,11 @@
 #include "ClBatchNormalizationFloatWorkload.hpp"
 #include "ClWorkloadUtils.hpp"
 
-#include <cl/ClTensorHandle.hpp>
-
-#include <backendsCommon/CpuTensorHandle.hpp>
-
 #include <aclCommon/ArmComputeTensorUtils.hpp>
 #include <aclCommon/ArmComputeUtils.hpp>
-
+#include <backendsCommon/CpuTensorHandle.hpp>
 #include <cl/ClLayerSupport.hpp>
+#include <cl/ClTensorHandle.hpp>
 
 namespace armnn
 {
index c9fb556..865dceb 100644 (file)
@@ -11,7 +11,6 @@
 #include <aclCommon/ArmComputeTensorUtils.hpp>
 
 #include "ClWorkloadUtils.hpp"
-#include "../../../../include/armnn/ArmNN.hpp"
 
 namespace armnn
 {