aboutsummaryrefslogtreecommitdiff
path: root/src/backends/backendsCommon/test/layerTests
diff options
context:
space:
mode:
authorTracy Narine <tracy.narine@arm.com>2023-07-31 15:18:28 +0100
committerTracy Narine <tracy.narine@arm.com>2023-08-02 07:24:57 +0000
commitfb2b416a6451f2f78314fe71396297cd0c02ed47 (patch)
treefc4c074940fd96448a9ef2d8f5e3753d0f6dca39 /src/backends/backendsCommon/test/layerTests
parent460a179b53d5543d98d3e72c60458d4b0e3225a4 (diff)
downloadarmnn-fb2b416a6451f2f78314fe71396297cd0c02ed47.tar.gz
IVGCVSW-7933 Deprecated code: remove forwarding headers for moved headers
* Removing deprecated headers that were added in 22.02 * Fixed a few locations where the forward header was still used Signed-off-by: Tracy Narine <tracy.narine@arm.com> Change-Id: Ied42d0ecc750adadfbc053e0a3133d346f1ab343
Diffstat (limited to 'src/backends/backendsCommon/test/layerTests')
-rw-r--r--src/backends/backendsCommon/test/layerTests/Pooling2dTestImpl.cpp4
-rw-r--r--src/backends/backendsCommon/test/layerTests/Pooling3dTestImpl.cpp6
2 files changed, 5 insertions, 5 deletions
diff --git a/src/backends/backendsCommon/test/layerTests/Pooling2dTestImpl.cpp b/src/backends/backendsCommon/test/layerTests/Pooling2dTestImpl.cpp
index 11605f0b28..19beffec23 100644
--- a/src/backends/backendsCommon/test/layerTests/Pooling2dTestImpl.cpp
+++ b/src/backends/backendsCommon/test/layerTests/Pooling2dTestImpl.cpp
@@ -1,5 +1,5 @@
//
-// Copyright © 2017 Arm Ltd and Contributors. All rights reserved.
+// Copyright © 2017, 2023 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//
@@ -16,7 +16,7 @@
#include <armnn/utility/NumericCast.hpp>
#include <armnn/BackendHelper.hpp>
-#include <backendsCommon/WorkloadInfo.hpp>
+#include <armnn/backends/WorkloadInfo.hpp>
#include <armnnTestUtils/TensorCopyUtils.hpp>
#include <armnnTestUtils/WorkloadTestUtils.hpp>
diff --git a/src/backends/backendsCommon/test/layerTests/Pooling3dTestImpl.cpp b/src/backends/backendsCommon/test/layerTests/Pooling3dTestImpl.cpp
index a241aea3f3..759c3c570c 100644
--- a/src/backends/backendsCommon/test/layerTests/Pooling3dTestImpl.cpp
+++ b/src/backends/backendsCommon/test/layerTests/Pooling3dTestImpl.cpp
@@ -1,5 +1,5 @@
//
-// Copyright © 2021 Arm Ltd and Contributors. All rights reserved.
+// Copyright © 2021, 2023 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//
@@ -17,7 +17,7 @@
#include <armnn/utility/NumericCast.hpp>
#include <armnn/BackendHelper.hpp>
-#include <backendsCommon/WorkloadInfo.hpp>
+#include <armnn/backends/WorkloadInfo.hpp>
#include <armnnTestUtils/TensorCopyUtils.hpp>
#include <armnnTestUtils/WorkloadTestUtils.hpp>
@@ -1689,4 +1689,4 @@ LayerTestResult<int16_t, 5> ComparePooling3dInt16Test(
return ComparePooling3dTestCommon<armnn::DataType::QSymmS16>(
workloadFactory, memoryManager, refWorkloadFactory, tensorHandleFactory, refTensorHandleFactory,
poolingType, dataLayout);
-} \ No newline at end of file
+}