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

Function WriteUint64

profiling/client/src/ProfilingUtils.cpp:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void WriteUint64(const std::unique_ptr<IPacketBuffer>& packetBuffer, unsigned int offset, uint64_t value)
49{
50 ARM_PIPE_ASSERT(packetBuffer);
51
52 WriteUint64(packetBuffer->GetWritableData(), offset, value);
53}
54
55void WriteUint32(const IPacketBufferPtr& packetBuffer, unsigned int offset, uint32_t value)
56{

Calls 1

GetWritableDataMethod · 0.45

Tested by

no test coverage detected