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

Method Acquire

src/armnnTestUtils/MockMemoryManager.cpp:43–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void MockMemoryManager::Acquire()
44{
45 for (Pool& pool : m_Pools)
46 {
47 pool.Acquire();
48 }
49}
50
51void MockMemoryManager::Release()
52{

Callers 2

LoadedNetwork.cppFile · 0.45
ExecuteWorkloadFunction · 0.45

Calls

no outgoing calls

Tested by 1

ExecuteWorkloadFunction · 0.36