From 3e9e11541c177abd7101962ef1e703d70d718c56 Mon Sep 17 00:00:00 2001 From: David Beck Date: Wed, 17 Oct 2018 14:17:50 +0100 Subject: IVGCVSW-2037 : separate registry for layer support intrefaces * because their lifetime is different from backends Change-Id: I9ba525e7e503b148cde1294933f3954b8bad3d68 --- include/armnn/Types.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/armnn/Types.hpp') diff --git a/include/armnn/Types.hpp b/include/armnn/Types.hpp index bb0b1e6ca7..cd6e17be37 100644 --- a/include/armnn/Types.hpp +++ b/include/armnn/Types.hpp @@ -6,8 +6,8 @@ #include #include -#include "ILayerSupport.hpp" #include "BackendId.hpp" +#include "Exceptions.hpp" namespace armnn { @@ -148,7 +148,6 @@ protected: public: virtual const BackendId& GetId() const = 0; - virtual const ILayerSupport& GetLayerSupport() const = 0; }; using IBackendSharedPtr = std::shared_ptr; -- cgit v1.2.1