aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/armnn/Types.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/armnn/Types.hpp b/include/armnn/Types.hpp
index 576e67ea18..07d38a332d 100644
--- a/include/armnn/Types.hpp
+++ b/include/armnn/Types.hpp
@@ -203,6 +203,9 @@ enum class BackendCapability : uint32_t
/// On the other hand, non-const weights can be accessed through inputs.
NonConstWeights,
+ /// Asynchronous Execution.
+ AsyncExecution,
+
// add new enum values here
};