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 --- include/armnn/backends/OptimizationViews.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/armnn/backends/OptimizationViews.hpp') diff --git a/include/armnn/backends/OptimizationViews.hpp b/include/armnn/backends/OptimizationViews.hpp index 3146dd7f74..f7346de7ab 100644 --- a/include/armnn/backends/OptimizationViews.hpp +++ b/include/armnn/backends/OptimizationViews.hpp @@ -56,7 +56,7 @@ public: bool Validate(const SubgraphView& originalSubgraph) const; - ARMNN_DEPRECATED_MSG_REMOVAL_DATE("GetGraph is deprecated. Use GetINetwork instead.", "22.08") + ARMNN_DEPRECATED_MSG_REMOVAL_DATE("GetGraph is deprecated. Use GetINetwork instead.", "22.11") Graph& GetGraph() { return m_Graph; } INetworkPtr& GetINetwork() { return m_INetwork; } @@ -71,7 +71,7 @@ private: /// INetworkPtr object used only as a container for any layer generated by the optimization process /// Also, can use to AddPrecompiledLayer to the SubstitutionPair - /// Use in favour of m_Graph which depreciates 22.08 + /// Use in favour of m_Graph which depreciates 22.11 INetworkPtr m_INetwork = INetwork::Create();; }; -- cgit v1.2.1