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

Method GetLength

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

Source from the content-addressed store, hash-verified

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(); }
79
80 bool IsEmpty() { return m_Header == 0 && m_Length == 0; }

Callers 13

DumpIncomingToFileMethod · 0.80
ParseDataMethod · 0.80
ParseDataMethod · 0.80
ParseDataMethod · 0.80
ParseDataMethod · 0.80
ReceivePacketMethod · 0.80
ProfilingTests.cppFile · 0.80
HandlePacketMethod · 0.80
ParseDataMethod · 0.80
ParseDataMethod · 0.80

Calls

no outgoing calls

Tested by 2

HandlePacketMethod · 0.64