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

Method GetData

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

Source from the content-addressed store, hash-verified

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; }
81

Callers 8

DumpIncomingToFileMethod · 0.45
ParseDataMethod · 0.45
HandlePacketMethod · 0.45
ParseDataMethod · 0.45
ParseDataMethod · 0.45
ParseDataMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 1