MCPcopy 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

Calls 1

getMethod · 0.45

Tested by

no test coverage detected