MCPcopy 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
103size_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

populateMethod · 0.80
TEST_CASEFunction · 0.80
compute_targetMethod · 0.80
compute_targetMethod · 0.80
compute_targetMethod · 0.80
validateMethod · 0.80
run_conv2dFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected