aboutsummaryrefslogtreecommitdiff
path: root/src/backends
diff options
context:
space:
mode:
authorKevin May <kevin.may@arm.com>2023-03-06 14:48:10 +0000
committerKevin May <kevin.may@arm.com>2023-08-01 13:55:16 +0000
commit09e4d05b85cc5ed419d282cdfc0b153f83c3fa39 (patch)
tree517ec15317a110339c49b37f228af28283b4c7a5 /src/backends
parentfc9e5b514290acd2c63b532cc88df7efd843ff02 (diff)
downloadarmnn-09e4d05b85cc5ed419d282cdfc0b153f83c3fa39.tar.gz
IVGCVSW-7243 Remove deprecated code due to be removed in 23.05
* Remove deprecated GetAxesToMul and GetAxesNotMul functions * Remove Deprecated version of file TensorCopyUtils.hpp Signed-off-by: Kevin May <kevin.may@arm.com> Change-Id: I1fb652ff8319e73616991f11c1a19daecc40833c
Diffstat (limited to 'src/backends')
-rw-r--r--src/backends/backendsCommon/test/CMakeLists.txt1
-rw-r--r--src/backends/backendsCommon/test/TensorCopyUtils.hpp9
2 files changed, 0 insertions, 10 deletions
diff --git a/src/backends/backendsCommon/test/CMakeLists.txt b/src/backends/backendsCommon/test/CMakeLists.txt
index 7c24f9ca10..5d8fb1a953 100644
--- a/src/backends/backendsCommon/test/CMakeLists.txt
+++ b/src/backends/backendsCommon/test/CMakeLists.txt
@@ -63,7 +63,6 @@ list(APPEND armnnBackendsCommonUnitTests_sources
SubtractionEndToEndTestImpl.hpp
TileEndToEndTestImpl.hpp
TransposeEndToEndTestImpl.hpp
- TensorCopyUtils.hpp
WorkloadFactoryHelper.hpp
WorkloadUtilsTest.cpp
layerTests/AbsTestImpl.cpp
diff --git a/src/backends/backendsCommon/test/TensorCopyUtils.hpp b/src/backends/backendsCommon/test/TensorCopyUtils.hpp
deleted file mode 100644
index e0aa7a0c3c..0000000000
--- a/src/backends/backendsCommon/test/TensorCopyUtils.hpp
+++ /dev/null
@@ -1,9 +0,0 @@
-//
-// Copyright © 2017 Arm Ltd and Contributors. All rights reserved.
-// SPDX-License-Identifier: MIT
-//
-
-// This file is deprecated and will be removed soon.
-// Please use the new header in armnnTestUtils instead.
-// This will use the new armnnTestUtils header.
-#include <armnnTestUtils/TesnorCopyUtils.hpp> \ No newline at end of file