Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ num_pools
Method
num_pools
src/runtime/PoolManager.cpp:103–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
size_t PoolManager::num_pools() const
104
{
105
arm_compute::lock_guard<arm_compute::Mutex> lock(_mtx);
106
107
return _free_pools.size() + _occupied_pools.size();
108
}
Callers
7
populate
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
size
Method · 0.45
Tested by
no test coverage detected