aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/Types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/armnn/Types.hpp')
-rw-r--r--include/armnn/Types.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/armnn/Types.hpp b/include/armnn/Types.hpp
index d0a0174ecd..12ecda0c39 100644
--- a/include/armnn/Types.hpp
+++ b/include/armnn/Types.hpp
@@ -6,6 +6,7 @@
#include <array>
#include <memory>
+#include "ILayerSupport.hpp"
namespace armnn
{
@@ -113,6 +114,7 @@ protected:
public:
virtual const std::string& GetId() const = 0;
+ virtual const ILayerSupport& GetLayerSupport() const = 0;
};
using IBackendPtr = std::shared_ptr<IBackend>;