Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/armnn
/ Release
Method
Release
src/profiling/test/ProfilingMocks.hpp:321–326 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
319
}
320
321
void Release(IPacketBufferPtr& packetBuffer) override
322
{
323
std::lock_guard<std::mutex> lock(m_Mutex);
324
325
packetBuffer->Release();
326
}
327
328
IPacketBufferPtr GetReadableBuffer() override
329
{
Callers
nothing calls this directly
Calls
1
Release
Method · 0.45
Tested by
no test coverage detected