Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/armnn
/ IsEmpty
Method
IsEmpty
profiling/common/include/Packet.hpp:80–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
const unsigned char* GetData() const { return m_Data.get(); }
79
80
bool IsEmpty() { return m_Header == 0 && m_Length == 0; }
81
82
private:
83
uint32_t m_Header;
Callers
2
HandleCommands
Method · 0.45
BasePipeServerTests.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected