MCPcopy 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
82private:
83 uint32_t m_Header;

Callers 2

HandleCommandsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected