From f45e3abe36617fc43b0a45b630811305726b550f Mon Sep 17 00:00:00 2001 From: Cathal Corbett Date: Mon, 28 Feb 2022 10:06:26 +0000 Subject: IVGCVSW-6704 Change the namespace from armnn::profiling to arm::pipe in android-nn-driver !armnn:7222 Signed-off-by: Cathal Corbett Change-Id: Ie7e3802a1a4a43abbb924a86d6608b77d19f327c --- test/UtilsTests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/UtilsTests.cpp b/test/UtilsTests.cpp index c2d8bb4a..68d7b501 100644 --- a/test/UtilsTests.cpp +++ b/test/UtilsTests.cpp @@ -45,7 +45,7 @@ public: return stream.good() ? ::armnn::Status::Success : ::armnn::Status::Failure; } - ::armnn::profiling::ProfilingGuid GetGuid() const final { return ::armnn::profiling::ProfilingGuid(0); } + ::arm::pipe::ProfilingGuid GetGuid() const final { return ::arm::pipe::ProfilingGuid(0); } void UpdateMockSerializedContent(const std::string& mockSerializedContent) { -- cgit v1.2.1