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

Method GetMajor

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

Source from the content-addressed store, hash-verified

48 }
49
50 uint32_t GetMajor() { return m_Major; }
51 uint32_t GetMinor() { return m_Minor; }
52 uint32_t GetPatch() { return m_Patch; }
53

Callers 1

ProfilingTests.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected