From 7894ef93ad568250afda12e1b67bc5bfa4c0b41c Mon Sep 17 00:00:00 2001 From: Cian McGriskin Date: Tue, 1 Aug 2023 14:04:09 +0100 Subject: IVGCVSW-7635 Remove deprecated code due to be removed in 23.08 (WorkloadFactory) * WorkloadFactory.hpp CreateXXXWorkload replaced with CreateWorkload accepting LayerType for ABI stability. * These effect ref neon cl and mock backends * Also removed small deprecation comment in Optimization Views * Fixed ABI Version Issue Signed-off-by: Cian McGriskin Signed-off-by: Francis Murtagh Change-Id: Id37af2f882fc9d12b8c779de6b714013af866028 --- include/armnn/backends/OptimizationViews.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/armnn/backends/OptimizationViews.hpp') diff --git a/include/armnn/backends/OptimizationViews.hpp b/include/armnn/backends/OptimizationViews.hpp index ec1dc55156..8bb47dcc1e 100644 --- a/include/armnn/backends/OptimizationViews.hpp +++ b/include/armnn/backends/OptimizationViews.hpp @@ -1,5 +1,5 @@ // -// Copyright © 2017, 2019, 2021-2022 Arm Ltd and Contributors. All rights reserved. +// Copyright © 2017, 2019, 2021-2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // @@ -77,7 +77,6 @@ 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 in 23.08 INetworkPtr m_INetwork = INetwork::Create(); }; -- cgit v1.2.1