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

Function WriteUint32

profiling/client/src/ProfilingUtils.cpp:55–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void WriteUint32(const IPacketBufferPtr& packetBuffer, unsigned int offset, uint32_t value)
56{
57 ARM_PIPE_ASSERT(packetBuffer);
58
59 WriteUint32(packetBuffer->GetWritableData(), offset, value);
60}
61
62void WriteUint16(const IPacketBufferPtr& packetBuffer, unsigned int offset, uint16_t value)
63{

Calls 1

GetWritableDataMethod · 0.45

Tested by 2

PacketWriterFunction · 0.40