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

Function ReadUint16

profiling/client/src/ProfilingUtils.cpp:97–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97uint16_t ReadUint16(const IPacketBufferPtr& packetBuffer, unsigned int offset)
98{
99 ARM_PIPE_ASSERT(packetBuffer);
100
101 return ReadUint16(packetBuffer->GetReadableData(), offset);
102}
103
104uint8_t ReadUint8(const IPacketBufferPtr& packetBuffer, unsigned int offset)
105{

Callers 8

ParseDataMethod · 0.70
ParseDataMethod · 0.50
ReadCategoryRecordsMethod · 0.50
ReadEventRecordsMethod · 0.50
ProfilingTests.cppFile · 0.50
ParseDataMethod · 0.50
ParseDataMethod · 0.50

Calls 1

GetReadableDataMethod · 0.45

Tested by

no test coverage detected