aboutsummaryrefslogtreecommitdiff
path: root/src/armnnTfLiteParser/TfLiteParser.cpp
diff options
context:
space:
mode:
authorFrancis Murtagh <francis.murtagh@arm.com>2023-07-28 13:01:32 +0100
committerFrancis Murtagh <francis.murtagh@arm.com>2023-08-04 11:50:13 +0000
commit66277031d8fb9588b5a9f3436b6a5f06173668a8 (patch)
tree6e7fa57788c1b0ba778f4f4d41d5f990e3108493 /src/armnnTfLiteParser/TfLiteParser.cpp
parentc229b3fd81b42140c0fa8731e90bc07323cec794 (diff)
downloadarmnn-66277031d8fb9588b5a9f3436b6a5f06173668a8.tar.gz
IVGCVSW-7635 Remove deprecated code due to be removed in 23.08 (ILayerSupport)
* ILayerSupport interface - removed unstable virtual functions. * User instead uses IsLayerSupported accepting LayerType enum argument. * Backend developers should implement the ILayerSupport::IsLayerSupported method accepting LayerType as a switch statement with case being LayerType and each case calling their implementation of IsXXXSupported() Signed-off-by: Francis Murtagh <francis.murtagh@arm.com> Change-Id: Iaaead8320bb1b2f1bdab6b5be2e1e69d0eb482d5
Diffstat (limited to 'src/armnnTfLiteParser/TfLiteParser.cpp')
-rw-r--r--src/armnnTfLiteParser/TfLiteParser.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/armnnTfLiteParser/TfLiteParser.cpp b/src/armnnTfLiteParser/TfLiteParser.cpp
index 894da6ab5e..301989ebb7 100644
--- a/src/armnnTfLiteParser/TfLiteParser.cpp
+++ b/src/armnnTfLiteParser/TfLiteParser.cpp
@@ -18,7 +18,6 @@
#include <armnn/utility/Assert.hpp>
#include <armnn/utility/IgnoreUnused.hpp>
#include <armnn/utility/NumericCast.hpp>
-#include <armnn/LayerSupport.hpp>
// armnnUtils:
#include <armnnUtils/Permute.hpp>