Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ pool_manager
Method
pool_manager
src/runtime/MemoryManagerOnDemand.cpp:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
IPoolManager *MemoryManagerOnDemand::pool_manager()
48
{
49
return _pool_mgr.get();
50
}
51
52
void MemoryManagerOnDemand::populate(arm_compute::IAllocator &allocator, size_t num_pools)
53
{
Callers
8
acquire
Method · 0.80
release
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