From 856d1c9c9b0b1609282c4f797cbafefc6531240d Mon Sep 17 00:00:00 2001 From: Narumol Prangnawarat Date: Fri, 3 May 2019 16:42:52 +0100 Subject: IVGCVSW-3014 Check supported backends from runtime divice spec !armnn:1070 Signed-off-by: Narumol Prangnawarat Change-Id: If0f411f2232e856ebc4f1a4c10fa626e3277a6ab --- DriverOptions.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'DriverOptions.hpp') diff --git a/DriverOptions.hpp b/DriverOptions.hpp index 895af574..141ca8a2 100644 --- a/DriverOptions.hpp +++ b/DriverOptions.hpp @@ -31,6 +31,7 @@ public: armnn::IGpuAccTunedParameters::TuningLevel GetClTuningLevel() const { return m_ClTuningLevel; } bool IsGpuProfilingEnabled() const { return m_EnableGpuProfiling; } bool GetFp16Enabled() const { return m_fp16Enabled; } + void SetBackends(const std::vector& backends) { m_Backends = backends; } private: std::vector m_Backends; -- cgit v1.2.1