From 8636bc705cc33fd869f64ebf24b14836d5a40b29 Mon Sep 17 00:00:00 2001 From: Finn Williams Date: Sat, 2 Oct 2021 15:06:39 +0100 Subject: IVGCVSW-6313 Support pre-importing outputs * Add ClearImportedInputs/Outputs function to IRuntime * Add UnImport function to ITensorHandle * Remove mutex from IWorkingMemHandle Change-Id: I34c9b6e1618755e10f3b4597afa1d9a9ea97e5fe Signed-off-by: Finn Williams --- include/armnn/Types.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/armnn/Types.hpp') diff --git a/include/armnn/Types.hpp b/include/armnn/Types.hpp index 02f265c6e3..7f2e192102 100644 --- a/include/armnn/Types.hpp +++ b/include/armnn/Types.hpp @@ -263,6 +263,8 @@ public: /// Type of identifiers for bindable layers (inputs, outputs). using LayerBindingId = int; using ImportedInputId = unsigned int; +using ImportedOutputId = unsigned int; + class PermutationVector { -- cgit v1.2.1