From e011d20f279e6e67e899bc6930b0266fc357bc1c Mon Sep 17 00:00:00 2001 From: Matteo Martincigh Date: Thu, 28 Nov 2019 11:35:47 +0000 Subject: IVGCVSW-4209 Create a public API for the ArmNN Utils * Moved the relevant armnnUtils headers to the new location: include/armnnUtils * Update the header usage throughout the source code !android-nn-driver:2387 Signed-off-by: Matteo Martincigh Change-Id: I2ba15cebcacafad2b5a1a7b9c3312ffc585e09d6 --- .../backendsCommon/test/InstanceNormalizationEndToEndTestImpl.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/backends/backendsCommon/test/InstanceNormalizationEndToEndTestImpl.cpp') diff --git a/src/backends/backendsCommon/test/InstanceNormalizationEndToEndTestImpl.cpp b/src/backends/backendsCommon/test/InstanceNormalizationEndToEndTestImpl.cpp index 0ba2a74895..a3dd88c893 100644 --- a/src/backends/backendsCommon/test/InstanceNormalizationEndToEndTestImpl.cpp +++ b/src/backends/backendsCommon/test/InstanceNormalizationEndToEndTestImpl.cpp @@ -4,12 +4,11 @@ // #include "InstanceNormalizationEndToEndTestImpl.hpp" - -#include "DataLayoutIndexed.hpp" #include "EndToEndTestImpl.hpp" #include "ResolveType.hpp" -#include +#include +#include #include @@ -377,4 +376,4 @@ void InstanceNormalizationNchwEndToEndTest2(const std::vector& gamma, beta, eps); -} \ No newline at end of file +} -- cgit v1.2.1