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.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/armnn/Types.hpp b/include/armnn/Types.hpp
index 94f45302c7..4e80c3ccda 100644
--- a/include/armnn/Types.hpp
+++ b/include/armnn/Types.hpp
@@ -229,6 +229,8 @@ using DebugCallbackFunction = std::function<void(LayerGuid guid, unsigned int sl
namespace profiling
{
+static constexpr uint64_t MIN_STATIC_GUID = 1llu << 63;
+
class ProfilingGuid
{
public: