From 87106761b2fd3f165aed2af4fe43db13cf70b227 Mon Sep 17 00:00:00 2001 From: Narumol Prangnawarat Date: Fri, 3 May 2019 15:54:39 +0100 Subject: IVGCVSW-3014 Add GetSupportedBackends to IDeviceSpec Signed-off-by: Narumol Prangnawarat Change-Id: I8d6474389376f715074bfa7a75613dbda35bcc6a --- include/armnn/Types.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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). -- cgit v1.2.1