aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/Types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/armnn/Types.hpp')
-rw-r--r--include/armnn/Types.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/armnn/Types.hpp b/include/armnn/Types.hpp
index 056aa83d2f..5e00026eba 100644
--- a/include/armnn/Types.hpp
+++ b/include/armnn/Types.hpp
@@ -56,6 +56,15 @@ enum class DataLayout
NHWC = 2
};
+/// Define the behaviour of the internal profiler when outputting network details
+enum class ProfilingDetailsMethod
+{
+ Undefined = 0,
+ DetailsWithEvents = 1,
+ DetailsOnly = 2
+};
+
+
enum class QosExecPriority
{
Low = 0,