aboutsummaryrefslogtreecommitdiff
path: root/src/armnn
diff options
context:
space:
mode:
authorFrancis Murtagh <francis.murtagh@arm.com>2022-01-24 17:45:37 +0000
committerFrancis Murtagh <francis.murtagh@arm.com>2022-01-24 17:53:58 +0000
commitfaf2966888ecd0b93726602bf4b0b1bd36301d8c (patch)
tree1f1783b4f1ef62f7f0c7fd04f317bbd949f997a8 /src/armnn
parent35e7c1de53ef86b808fc8de0a0af8a747b4ef170 (diff)
downloadarmnn-faf2966888ecd0b93726602bf4b0b1bd36301d8c.tar.gz
Bugfix: Set removal date for Backend API stability items to 22.11
* This is to allow EthosN more time to adjust to new API. Signed-off-by: Francis Murtagh <francis.murtagh@arm.com> Change-Id: I7da32a7317827dfa619c74fc8801447e7172e7c8
Diffstat (limited to 'src/armnn')
-rw-r--r--src/armnn/CompatibleTypes.hpp2
-rw-r--r--src/armnn/Network.hpp4
-rw-r--r--src/armnn/SubgraphView.hpp2
-rw-r--r--src/armnn/test/CreateWorkload.hpp2
-rw-r--r--src/armnn/test/GraphUtils.hpp2
-rw-r--r--src/armnn/test/PredicateResult.hpp2
-rw-r--r--src/armnn/test/TestUtils.hpp2
-rw-r--r--src/armnn/test/UnitTests.hpp2
8 files changed, 9 insertions, 9 deletions
diff --git a/src/armnn/CompatibleTypes.hpp b/src/armnn/CompatibleTypes.hpp
index 020761241f..eecf664b4d 100644
--- a/src/armnn/CompatibleTypes.hpp
+++ b/src/armnn/CompatibleTypes.hpp
@@ -6,6 +6,6 @@
#pragma once
#include <armnnUtils/CompatibleTypes.hpp>
-#pragma message("src/armnn/CompatibleTypes.hpp has been deprecated, it is due for removal in 22.08 release." \
+#pragma message("src/armnn/CompatibleTypes.hpp has been deprecated, it is due for removal in 22.11 release." \
" Please use public interface include/armnn/Utils/CompatibleTypes.hpp")
diff --git a/src/armnn/Network.hpp b/src/armnn/Network.hpp
index 1e8e4c2d9e..1d88f267d1 100644
--- a/src/armnn/Network.hpp
+++ b/src/armnn/Network.hpp
@@ -75,12 +75,12 @@ public:
const Optional<ConstTensor>& biases,
const char* name = nullptr);
- ARMNN_DEPRECATED_MSG_REMOVAL_DATE("This AddConvolution2dLayer overload is deprecated", "22.08")
+ ARMNN_DEPRECATED_MSG_REMOVAL_DATE("This AddConvolution2dLayer overload is deprecated", "22.11")
IConnectableLayer* AddConvolution2dLayer(const Convolution2dDescriptor& convolution2dDescriptor,
const ConstTensor& weights,
const char* name = nullptr);
- ARMNN_DEPRECATED_MSG_REMOVAL_DATE("This AddConvolution2dLayer overload is deprecated", "22.08")
+ ARMNN_DEPRECATED_MSG_REMOVAL_DATE("This AddConvolution2dLayer overload is deprecated", "22.11")
IConnectableLayer* AddConvolution2dLayer(const Convolution2dDescriptor& convolution2dDescriptor,
const ConstTensor& weights,
const ConstTensor& biases,
diff --git a/src/armnn/SubgraphView.hpp b/src/armnn/SubgraphView.hpp
index ddfd88402b..3e8d028acc 100644
--- a/src/armnn/SubgraphView.hpp
+++ b/src/armnn/SubgraphView.hpp
@@ -8,4 +8,4 @@
#include <armnn/backends/SubgraphView.hpp>
#pragma message("src/armnn/SubgraphView.hpp has been deprecated, it is due for removal in" \
- " 22.08 release. Please use include/armnn/backends/SubgraphView.hpp instead.")
+ " 22.11 release. Please use include/armnn/backends/SubgraphView.hpp instead.")
diff --git a/src/armnn/test/CreateWorkload.hpp b/src/armnn/test/CreateWorkload.hpp
index 09b281be94..dea5fe38f0 100644
--- a/src/armnn/test/CreateWorkload.hpp
+++ b/src/armnn/test/CreateWorkload.hpp
@@ -5,4 +5,4 @@
#include "../../armnnTestUtils/CreateWorkload.hpp"
#pragma message("src/armnn/test/CreateWorkload.hpp has been deprecated, it is due for removal in"\
- " 22.08 release. Please use src/armnnTestUtils/CreateWorkload.hpp instead.")
+ " 22.11 release. Please use src/armnnTestUtils/CreateWorkload.hpp instead.")
diff --git a/src/armnn/test/GraphUtils.hpp b/src/armnn/test/GraphUtils.hpp
index 02954e3d1f..cec9b6772a 100644
--- a/src/armnn/test/GraphUtils.hpp
+++ b/src/armnn/test/GraphUtils.hpp
@@ -5,5 +5,5 @@
#include "../../armnnTestUtils/GraphUtils.hpp"
-#pragma message("src/armnn/test/GraphUtils.hpp has been deprecated, it is due for removal in 22.08 release." \
+#pragma message("src/armnn/test/GraphUtils.hpp has been deprecated, it is due for removal in 22.11 release." \
" Please use from armnnTestUtils library, /src/armnnTestUtils/GraphUtils.hpp)
diff --git a/src/armnn/test/PredicateResult.hpp b/src/armnn/test/PredicateResult.hpp
index 8edf8b1180..cc8ae24c42 100644
--- a/src/armnn/test/PredicateResult.hpp
+++ b/src/armnn/test/PredicateResult.hpp
@@ -5,5 +5,5 @@
#include <armnnTestUtils/PredicateResult.hpp>
-#pragma message("src/armnn/test/PredicateResult.hpp has been deprecated, it is due for removal in 22.08 release." \
+#pragma message("src/armnn/test/PredicateResult.hpp has been deprecated, it is due for removal in 22.11 release." \
" Please use public interface include/armnnTestUtils/PredicateResult.hpp") \ No newline at end of file
diff --git a/src/armnn/test/TestUtils.hpp b/src/armnn/test/TestUtils.hpp
index fe5331ec3d..5c570b2d71 100644
--- a/src/armnn/test/TestUtils.hpp
+++ b/src/armnn/test/TestUtils.hpp
@@ -5,5 +5,5 @@
#include "../../armnnTestUtils/TestUtils.hpp"
-#pragma message("src/armnn/test/TestUtils.hpp has been deprecated, it is due for removal in 22.08 release." \
+#pragma message("src/armnn/test/TestUtils.hpp has been deprecated, it is due for removal in 22.11 release." \
" Please use from armnnTestUtils library, /src/armnnTestUtils/TestUtils.hpp) \ No newline at end of file
diff --git a/src/armnn/test/UnitTests.hpp b/src/armnn/test/UnitTests.hpp
index 7224cc8d06..1ed44bb0e0 100644
--- a/src/armnn/test/UnitTests.hpp
+++ b/src/armnn/test/UnitTests.hpp
@@ -5,5 +5,5 @@
#include "../../armnnTestUtils/UnitTests.hpp"
-#pragma message("src/armnn/test/UnitTests.hpp has been deprecated, it is due for removal in 22.08 release." \
+#pragma message("src/armnn/test/UnitTests.hpp has been deprecated, it is due for removal in 22.11 release." \
" Please use from armnnTestUtils library, /src/armnnTestUtils/UnitTests.hpp")