MCPcopy 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
69void 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_groupMethod · 0.45
end_lifetimeMethod · 0.45
free_blobsMethod · 0.45
clear_poolsMethod · 0.45
configureMethod · 0.45
ApplyNMSFastFunction · 0.45
import_tuning_paramsMethod · 0.45

Calls 1

clear_poolsMethod · 0.80

Tested by

no test coverage detected