Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/armnn
/ Acquire
Method
Acquire
src/backends/reference/RefMemoryManager.cpp:47–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
void RefMemoryManager::Acquire()
48
{
49
for (Pool &pool: m_Pools)
50
{
51
pool.Acquire();
52
}
53
}
54
55
void RefMemoryManager::Release()
56
{
Callers
4
RefMemoryManagerTests.cpp
File · 0.45
RefTensorHandleTests.cpp
File · 0.45
NeonTensorHandleTests.cpp
File · 0.45
AquireMemory
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected