aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNarumol Prangnawarat <narumol.prangnawarat@arm.com>2019-11-15 17:38:44 +0000
committerNarumol Prangnawarat <narumol.prangnawarat@arm.com>2019-11-18 11:23:09 +0000
commitdbdd1b438815606bd423cbcfb95d51a3dd206683 (patch)
treef9a268f503b1f33a5e7e150e1ae041532bd8b94f /include
parentaad2fe41ad5111ad4cde6dc91a794f5f8f8b16f9 (diff)
downloadarmnn-dbdd1b438815606bd423cbcfb95d51a3dd206683.tar.gz
IVGCVSW-3980 Implementation of Guid generator
* Improve implementation of Guid Generator to separate the range of Static Guid and Dynamic Guid * Unit tests to ensure non-collision Signed-off-by: Narumol Prangnawarat <narumol.prangnawarat@arm.com> Change-Id: I4ad1a75ea0b1f37155da0decafb51fc5a61e4187
Diffstat (limited to 'include')
-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: