MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / are_all_finalized

Method are_all_finalized

src/runtime/ISimpleLifetimeManager.cpp:133–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133bool ISimpleLifetimeManager::are_all_finalized() const
134{
135 return !std::any_of(std::begin(_active_elements), std::end(_active_elements),
136 [](const std::pair<void *, Element> &e) { return !e.second.status; });
137}
138} // namespace arm_compute

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

endFunction · 0.85

Tested by

no test coverage detected