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

Method GetPacketClass

profiling/common/include/Packet.hpp:75–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 uint32_t GetPacketFamily() const { return m_PacketFamily; }
74 uint32_t GetPacketId() const { return m_PacketId; }
75 uint32_t GetPacketClass() const { return m_PacketId >> 3; }
76 uint32_t GetPacketType() const { return m_PacketId & 7; }
77 uint32_t GetLength() const { return m_Length; }
78 const unsigned char* GetData() const { return m_Data.get(); }

Callers 1

ProfilingTests.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected