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 438b6be741..53aa43748f 100644
--- a/include/armnn/Types.hpp
+++ b/include/armnn/Types.hpp
@@ -118,6 +118,8 @@ class IDeviceSpec
protected:
IDeviceSpec() {}
virtual ~IDeviceSpec() {}
+public:
+ virtual const BackendIdSet& GetSupportedBackends() const = 0;
};
/// Type of identifiers for bindable layers (inputs, outputs).