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

Function WriteUint8

profiling/client/src/ProfilingUtils.cpp:69–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void WriteUint8(const IPacketBufferPtr& packetBuffer, unsigned int offset, uint8_t value)
70{
71 ARM_PIPE_ASSERT(packetBuffer);
72
73 WriteUint8(packetBuffer->GetWritableData(), offset, value);
74}
75
76void ReadBytes(const IPacketBufferPtr& packetBuffer, unsigned int offset, unsigned int valueSize, uint8_t outValue[])
77{

Callers 1

Calls 1

GetWritableDataMethod · 0.45

Tested by

no test coverage detected