From 3fec1ea7e35420ef87de8a98aed0437570251969 Mon Sep 17 00:00:00 2001 From: janeil01 Date: Thu, 7 Nov 2019 09:47:20 +0000 Subject: IVGCVSW-4067 Change LayerGuid to use ProfilingGuid * Refactoring to enable ProfilingGuid * Add profiling includes to Android.mk Signed-off-by: Jan Eilers Change-Id: Ieb25e15e3dc302eb42817d824ad8411ac76dcfe8 --- src/armnnUtils/DotSerializer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/armnnUtils/DotSerializer.cpp') diff --git a/src/armnnUtils/DotSerializer.cpp b/src/armnnUtils/DotSerializer.cpp index 1f36cf73ae..7416ff6bdf 100644 --- a/src/armnnUtils/DotSerializer.cpp +++ b/src/armnnUtils/DotSerializer.cpp @@ -116,7 +116,7 @@ DotAttributeSet & DotAttributeSet::AddAttribute(const std::string& name, const s return *this; } -DotEdge::DotEdge(std::ostream& stream, unsigned int fromNodeId, unsigned int toNodeId) +DotEdge::DotEdge(std::ostream& stream, LayerGuid fromNodeId, LayerGuid toNodeId) : DotBase(stream) { std::stringstream ss; @@ -176,7 +176,7 @@ NodeContent::~NodeContent() GetStream() << s; } -DotNode::DotNode(std::ostream& stream, unsigned int nodeId, const char* label) +DotNode::DotNode(std::ostream& stream, LayerGuid nodeId, const char* label) : DotBase(stream) { std::stringstream ss; -- cgit v1.2.1