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

Method Release

src/profiling/test/ProfilingMocks.hpp:195–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193 void Commit(unsigned int size) override { m_Size = size; }
194
195 void Release() override { m_Size = 0; }
196
197 unsigned char* GetWritableData() override { return m_Data.get(); }
198

Callers 3

ReleaseMethod · 0.45
ReleaseMethod · 0.45
BufferTests.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected