Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ clear
Method
clear
src/runtime/MemoryManagerOnDemand.cpp:69–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
void MemoryManagerOnDemand::clear()
70
{
71
ARM_COMPUTE_ERROR_ON_MSG(!_pool_mgr,
"Pool manager not specified correctly!"
);
72
_pool_mgr->clear_pools();
73
}
74
} //namespace arm_compute
Callers
8
release_group
Method · 0.45
end_lifetime
Method · 0.45
free_blobs
Method · 0.45
clear_pools
Method · 0.45
configure
Method · 0.45
set_num_threads_with_affinity
Method · 0.45
ApplyNMSFast
Function · 0.45
import_tuning_params
Method · 0.45
Calls
1
clear_pools
Method · 0.80
Tested by
no test coverage detected