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

Function WriteUint16

profiling/client/src/ProfilingUtils.cpp:62–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void WriteUint16(const IPacketBufferPtr& packetBuffer, unsigned int offset, uint16_t value)
63{
64 ARM_PIPE_ASSERT(packetBuffer);
65
66 WriteUint16(packetBuffer->GetWritableData(), offset, value);
67}
68
69void WriteUint8(const IPacketBufferPtr& packetBuffer, unsigned int offset, uint8_t value)
70{

Calls 1

GetWritableDataMethod · 0.45

Tested by 2

PacketWriterFunction · 0.40