aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCathal Corbett <cathal.corbett@arm.com>2022-02-28 10:06:26 +0000
committerCathal Corbett <cathal.corbett@arm.com>2022-02-28 15:01:03 +0000
commitf45e3abe36617fc43b0a45b630811305726b550f (patch)
treed55c40d543e6e6aab135907aec577392b3f00920
parenta0675ccfabbc7d6ee829adae6e45fe096dd7862d (diff)
downloadandroid-nn-driver-f45e3abe36617fc43b0a45b630811305726b550f.tar.gz
IVGCVSW-6704 Change the namespace from armnn::profiling to arm::pipe in android-nn-driver
!armnn:7222 Signed-off-by: Cathal Corbett <cathal.corbett@arm.com> Change-Id: Ie7e3802a1a4a43abbb924a86d6608b77d19f327c
-rw-r--r--test/UtilsTests.cpp2
1 files changed, 1 insertions, 1 deletions
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)
{