Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ lifetime_manager
Method
lifetime_manager
src/runtime/MemoryManagerOnDemand.cpp:42–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
ILifetimeManager *MemoryManagerOnDemand::lifetime_manager()
43
{
44
return _lifetime_mgr.get();
45
}
46
47
IPoolManager *MemoryManagerOnDemand::pool_manager()
48
{
Callers
8
manage
Method · 0.80
finalize_memory
Method · 0.80
TEST_CASE
Function · 0.80
compute_target
Method · 0.80
compute_target
Method · 0.80
compute_target
Method · 0.80
validate
Method · 0.80
run_conv2d
Function · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected