aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFrancis Murtagh <francis.murtagh@arm.com>2021-09-23 13:20:53 +0100
committerFrancis Murtagh <francis.murtagh@arm.com>2021-10-13 09:04:51 +0000
commitb87f5443f903a875cafd6affcbee5b01e21116f6 (patch)
treee25a038f24e6094be278ac2aa6a721d5ec386d60 /include
parent13d2e0d39f6d8c923f5b92984ce52ee6e14f5436 (diff)
downloadarmnn-b87f5443f903a875cafd6affcbee5b01e21116f6.tar.gz
IVGCVSW-6314 Pre-Importing - Create example app
Signed-off-by: Francis Murtagh <francis.murtagh@arm.com> Change-Id: Ibfbc9088aa09d363d67010a695866e68cef823fc
Diffstat (limited to 'include')
-rw-r--r--include/armnn/IRuntime.hpp2
1 files changed, 1 insertions, 1 deletions
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<ImportedInputId> ImportOutputs(NetworkId networkId, const OutputTensors& outputTensors);
+ std::vector<ImportedOutputId> 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().