Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
DumpIncomingToFile
Method · 0.45
ParseData
Method · 0.45
HandlePacket
Method · 0.45
ParseData
Method · 0.45
ParseData
Method · 0.45
ParseData
Method · 0.45
SendTimelinePacketToCommandHandler
Function · 0.45
BasePipeServerTests.cpp
File · 0.45
Calls
1
get
Method · 0.45
Tested by
1
SendTimelinePacketToCommandHandler
Function · 0.36