From b87f5443f903a875cafd6affcbee5b01e21116f6 Mon Sep 17 00:00:00 2001 From: Francis Murtagh Date: Thu, 23 Sep 2021 13:20:53 +0100 Subject: IVGCVSW-6314 Pre-Importing - Create example app Signed-off-by: Francis Murtagh Change-Id: Ibfbc9088aa09d363d67010a695866e68cef823fc --- include/armnn/IRuntime.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/armnn') diff --git a/include/armnn/IRuntime.hpp b/include/armnn/IRuntime.hpp index 47bfef588a..014481357d 100644 --- a/include/armnn/IRuntime.hpp +++ b/include/armnn/IRuntime.hpp @@ -246,7 +246,7 @@ public: /// Allowing for a set of OutputTensors to be imported and mapped once, but used in execution many times. /// This function is not thread safe and must not be used while other threads are calling Execute(). /// Only compatible with AsyncEnabled networks - std::vector ImportOutputs(NetworkId networkId, const OutputTensors& outputTensors); + std::vector ImportOutputs(NetworkId networkId, const OutputTensors& outputTensors); /// Un-import and delete the imported InputTensor/s /// This function is not thread safe and must not be used while other threads are calling Execute(). -- cgit v1.2.1