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.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/armnn/Types.hpp b/include/armnn/Types.hpp
index b2aa52edb2..3d3ab65c4a 100644
--- a/include/armnn/Types.hpp
+++ b/include/armnn/Types.hpp
@@ -209,8 +209,10 @@ private:
SizeType m_NumDimMappings;
};
+namespace profiling { class ProfilingGuid; }
+
/// Define LayerGuid type.
-using LayerGuid = unsigned int;
+using LayerGuid = profiling::ProfilingGuid;
class ITensorHandle;
@@ -312,4 +314,4 @@ struct hash<armnn::profiling::ProfilingStaticGuid>
return hash<uint64_t>()(uint64_t(guid));
}
};
-}
+} // namespace std