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

Method GetPacketFamily

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

Source from the content-addressed store, hash-verified

71
72 uint32_t GetHeader() const { return m_Header; }
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; }

Callers 11

HandleCommandsMethod · 0.80
operator()Method · 0.80
operator()Method · 0.80
operator()Method · 0.80
operator()Method · 0.80
operator()Method · 0.80
operator()Method · 0.80
ProfilingTests.cppFile · 0.80
HandlePacketMethod · 0.80
ReceiveLoopMethod · 0.80

Calls

no outgoing calls

Tested by 1

HandlePacketMethod · 0.64