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.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/armnn/Types.hpp b/include/armnn/Types.hpp
index e1aa393ecc..c9a4bf13e5 100644
--- a/include/armnn/Types.hpp
+++ b/include/armnn/Types.hpp
@@ -152,4 +152,7 @@ private:
SizeType m_NumDimMappings;
};
+// Define LayerGuid type.
+using LayerGuid = unsigned int;
+
}