Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/armnn
/ Release
Method
Release
src/backends/reference/RefMemoryManager.cpp:55–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
void RefMemoryManager::Release()
56
{
57
for (Pool &pool: m_Pools)
58
{
59
pool.Release();
60
}
61
}
62
63
RefMemoryManager::Pool::Pool(unsigned int numBytes)
64
: m_Size(numBytes),
Callers
4
RefMemoryManagerTests.cpp
File · 0.45
RefTensorHandleTests.cpp
File · 0.45
NeonTensorHandleTests.cpp
File · 0.45
ReleaseMemory
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected