Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/armnn
/ CheckStaticGuid
Function
CheckStaticGuid
src/profiling/test/ProfilingGuidTest.cpp:69–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
void CheckStaticGuid(uint64_t guid, uint64_t expectedGuid)
70
{
71
CHECK(guid == expectedGuid);
72
CHECK(guid >= MIN_STATIC_GUID);
73
}
74
75
void CheckDynamicGuid(uint64_t guid, uint64_t expectedGuid)
76
{
Callers
1
ProfilingGuidTest.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected