From 975a6a2f896eb2e5457f6ffa528f7fb018fd2927 Mon Sep 17 00:00:00 2001 From: Keith Davis Date: Fri, 18 Nov 2022 14:38:04 +0000 Subject: IVGCVSW-7080 Remove deprecated code due to be removed in 23.02 * Extended deprecation time of SubgraphView interface to 23.08 Signed-off-by: Keith Davis Change-Id: Ic0a729ea31402f0b39724da47212ae5cc04465c4 --- include/armnn/BackendHelper.hpp | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'include/armnn/BackendHelper.hpp') diff --git a/include/armnn/BackendHelper.hpp b/include/armnn/BackendHelper.hpp index 25d719a5d5..2f8eabde6b 100644 --- a/include/armnn/BackendHelper.hpp +++ b/include/armnn/BackendHelper.hpp @@ -409,19 +409,6 @@ public: const TransposeDescriptor& descriptor, Optional reasonIfUnsupported = EmptyOptional()); - ARMNN_DEPRECATED_MSG_REMOVAL_DATE("This function has been deprecated, please use function without " - "Optional TensorInfos", "23.02") - bool IsUnidirectionalSequenceLstmSupported( - const TensorInfo& input, - const TensorInfo& outputStateIn, - const TensorInfo& cellStateIn, - const TensorInfo& output, - const Optional& hiddenStateOutput, - const Optional& cellStateOutput, - const LstmDescriptor& descriptor, - const LstmInputParamsInfo& paramsInfo, - Optional reasonIfUnsupported = EmptyOptional()); - bool IsUnidirectionalSequenceLstmSupported( const TensorInfo& input, const TensorInfo& outputStateIn, -- cgit v1.2.1