From faf2966888ecd0b93726602bf4b0b1bd36301d8c Mon Sep 17 00:00:00 2001 From: Francis Murtagh Date: Mon, 24 Jan 2022 17:45:37 +0000 Subject: 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 Change-Id: I7da32a7317827dfa619c74fc8801447e7172e7c8 --- src/armnn/test/CreateWorkload.hpp | 2 +- src/armnn/test/GraphUtils.hpp | 2 +- src/armnn/test/PredicateResult.hpp | 2 +- src/armnn/test/TestUtils.hpp | 2 +- src/armnn/test/UnitTests.hpp | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/armnn/test') 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 -#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") -- cgit v1.2.1