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

Method GetMinor

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

Source from the content-addressed store, hash-verified

49
50 uint32_t GetMajor() { return m_Major; }
51 uint32_t GetMinor() { return m_Minor; }
52 uint32_t GetPatch() { return m_Patch; }
53
54 bool operator==(const Version& other) const

Callers 1

ProfilingTests.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected