From b4efde580e8f00da227f235242ad072a3410efb0 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Sun, 31 Jul 2022 18:00:31 +0100 Subject: IVGCVSW-7111 change backend deprecation from 22.11 to 23.08 Signed-off-by: Jim Flynn Change-Id: I3a3aab7b5042349cb2df8517678306665e037610 --- 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 29ee68c67e..a7714ee0fa 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.11") + ARMNN_DEPRECATED_MSG_REMOVAL_DATE("GetGraph is deprecated. Use GetINetwork instead.", "23.08") 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.11 + /// Use in favour of m_Graph which depreciates in 23.08 INetworkPtr m_INetwork = INetwork::Create();; }; -- cgit v1.2.1