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

Function WriteBytes

profiling/client/src/ProfilingUtils.cpp:27–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25{
26
27void WriteBytes(const IPacketBufferPtr& packetBuffer, unsigned int offset, const void* value, unsigned int valueSize)
28{
29 ARM_PIPE_ASSERT(packetBuffer);
30
31 WriteBytes(packetBuffer->GetWritableData(), offset, value, valueSize);
32}
33
34uint32_t ConstructHeader(uint32_t packetFamily,
35 uint32_t packetId)

Callers 2

WriteTimelineEventBinaryFunction · 0.70
TimelineTests.cppFile · 0.50

Calls 1

GetWritableDataMethod · 0.45

Tested by

no test coverage detected