MCPcopy 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
69void CheckStaticGuid(uint64_t guid, uint64_t expectedGuid)
70{
71 CHECK(guid == expectedGuid);
72 CHECK(guid >= MIN_STATIC_GUID);
73}
74
75void CheckDynamicGuid(uint64_t guid, uint64_t expectedGuid)
76{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected