From 1b61be517387a20cd869e30587de2140b6d2252d Mon Sep 17 00:00:00 2001 From: David Beck Date: Thu, 8 Nov 2018 09:19:14 +0000 Subject: IVGCVSW-2056+IVGCVSW-2064 : move ClContextControl to the ClBackend * add IBackendContext interface * add ClBackendContext implementation Change-Id: I13e4d12b73d4c7775069587675276f7cee7d630b --- src/armnn/Runtime.hpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/armnn/Runtime.hpp') diff --git a/src/armnn/Runtime.hpp b/src/armnn/Runtime.hpp index e4d4d4ddb9..a3f4a3930b 100644 --- a/src/armnn/Runtime.hpp +++ b/src/armnn/Runtime.hpp @@ -11,8 +11,6 @@ #include #include -#include - #include #include @@ -89,8 +87,7 @@ private: mutable std::mutex m_Mutex; std::unordered_map> m_LoadedNetworks; - - ClContextControl m_ClContextControl; + std::unordered_map m_BackendContexts; int m_NetworkIdCounter; -- cgit v1.2.1