Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
HandleCommands
Method · 0.80
ProfilingService
Method · 0.80
TimelineTests.cpp
File · 0.80
ProfilingTests.cpp
File · 0.80
HandlePacket
Method · 0.80
BackendProfilingTests.cpp
File · 0.80
GatordMockService
Method · 0.80
ReceiveLoop
Method · 0.80
GatordMockTests.cpp
File · 0.80
Calls
1
EncodeVersion
Function · 0.85
Tested by
1
HandlePacket
Method · 0.64