Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/armnn
/ GetWritableData
Method
GetWritableData
src/profiling/test/ProfilingMocks.hpp:197–197 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
195
void Release() override { m_Size = 0; }
196
197
unsigned char* GetWritableData() override { return m_Data.get(); }
198
199
void Destroy() override {m_Data.reset(nullptr); m_Size = 0; m_MaxSize =0;}
200
Callers
5
SendStreamMetaDataPacket
Method · 0.45
SendCounterDirectoryPacket
Method · 0.45
SendPeriodicCounterCapturePacket
Method · 0.45
SendPeriodicCounterSelectionPacket
Method · 0.45
BufferTests.cpp
File · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected