aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaneil01 <jan.eilers@arm.com>2019-11-06 12:44:26 +0000
committerJan Eilers <jan.eilers@arm.com>2019-11-08 16:00:32 +0000
commitf76a876d88b841d147c29e08ee83b314ca768027 (patch)
tree6ce2796dff9f859f241dca97e05137531503c8df
parentd5e94651972510f2b7a608e7e9161ad58f09e8cb (diff)
downloadandroid-nn-driver-f76a876d88b841d147c29e08ee83b314ca768027.tar.gz
IVGCVSW-4069 Add ProfilingGuid to Network
!armnn:2232 Signed-off-by: janeil01 <jan.eilers@arm.com> Change-Id: Ib24989dba72a9f9acd1c8017c1f39c3ee74030ea
-rw-r--r--test/UtilsTests.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/UtilsTests.cpp b/test/UtilsTests.cpp
index 6ac1ebb0..f337db77 100644
--- a/test/UtilsTests.cpp
+++ b/test/UtilsTests.cpp
@@ -119,6 +119,8 @@ public:
return stream.good() ? armnn::Status::Success : armnn::Status::Failure;
}
+ armnn::profiling::ProfilingGuid GetGuid() const final { return armnn::profiling::ProfilingGuid(0); }
+
void UpdateMockSerializedContent(const std::string& mockSerializedContent)
{
this->m_MockSerializedContent = mockSerializedContent;