MCPcopy Create free account
hub / github.com/alibaba/MNN / hasAsyncWork

Method hasAsyncWork

source/core/Session.cpp:217–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217bool Session::hasAsyncWork() {
218 for (auto& iter : mRuntime.first) {
219 auto res = iter.second->hasAsyncWork();
220 if (res) {
221 return true;
222 }
223 }
224 return false;
225}
226
227std::pair<const void*, size_t> Session::getCache() {
228 // Set cancelled for quickly ending

Callers 3

updateCacheFileMethod · 0.45
allocMemoryMethod · 0.45
updateCacheMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected