aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorjaneil01 <jan.eilers@arm.com>2019-11-07 09:47:20 +0000
committerjaneil01 <jan.eilers@arm.com>2019-11-08 16:02:26 +0000
commit3fec1ea7e35420ef87de8a98aed0437570251969 (patch)
treefbe033328d6e067fc209580928d37e53f1849657 /include
parentffab16f9f23868b5b9338a1b63393f3be53211cb (diff)
downloadarmnn-3fec1ea7e35420ef87de8a98aed0437570251969.tar.gz
IVGCVSW-4067 Change LayerGuid to use ProfilingGuid
* Refactoring to enable ProfilingGuid * Add profiling includes to Android.mk Signed-off-by: Jan Eilers <jan.eilers@arm.com> Change-Id: Ieb25e15e3dc302eb42817d824ad8411ac76dcfe8
Diffstat (limited to 'include')
-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