MCPcopy Create free account
hub / github.com/ARM-software/armnn / GetEncodedValue

Method GetEncodedValue

profiling/common/include/EncodeVersion.hpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 {}
44
45 uint32_t GetEncodedValue()
46 {
47 return EncodeVersion(m_Major, m_Minor, m_Patch);
48 }
49
50 uint32_t GetMajor() { return m_Major; }
51 uint32_t GetMinor() { return m_Minor; }

Callers 9

HandleCommandsMethod · 0.80
ProfilingServiceMethod · 0.80
TimelineTests.cppFile · 0.80
ProfilingTests.cppFile · 0.80
HandlePacketMethod · 0.80
GatordMockServiceMethod · 0.80
ReceiveLoopMethod · 0.80

Calls 1

EncodeVersionFunction · 0.85

Tested by 1

HandlePacketMethod · 0.64