From 9efb57d62197aeb7d868c289bb34166c132f0287 Mon Sep 17 00:00:00 2001 From: David Beck Date: Mon, 5 Nov 2018 13:40:33 +0000 Subject: Revert "IVGCVSW-2056 + IVGCVSW-2064 : move ClContextControl to the ClBackend" This reverts commit d4dfa684941a21314b70593d01b0fc2167eebad4. Change-Id: Id61ce69215505c3cf5d30ec2a7ec9127fb2554fc --- src/armnn/LoadedNetwork.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/armnn/LoadedNetwork.hpp') diff --git a/src/armnn/LoadedNetwork.hpp b/src/armnn/LoadedNetwork.hpp index b36b69bca3..65dd4ec25b 100644 --- a/src/armnn/LoadedNetwork.hpp +++ b/src/armnn/LoadedNetwork.hpp @@ -40,7 +40,6 @@ public: Status EnqueueWorkload(const InputTensors& inputTensors, const OutputTensors& outputTensors); static std::unique_ptr MakeLoadedNetwork(std::unique_ptr net, - const IRuntime::CreationOptions& options, std::string & errorMessage); // NOTE we return by reference as the purpose of this method is only to provide @@ -52,7 +51,7 @@ public: void FreeWorkingMemory(); private: - LoadedNetwork(std::unique_ptr net, const IRuntime::CreationOptions& options); + LoadedNetwork(std::unique_ptr net); void EnqueueInput(const BindableLayer& layer, ITensorHandle* tensorHandle, const TensorInfo& tensorInfo); -- cgit v1.2.1