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

Method waitAsyncResize

source/core/Session.cpp:211–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209 return false;
210}
211void Session::waitAsyncResize() {
212 for (auto& iter : mRuntime.first) {
213 iter.second->waitAsyncWork();
214 }
215}
216
217bool Session::hasAsyncWork() {
218 for (auto& iter : mRuntime.first) {

Callers 1

releaseModelMethod · 0.80

Calls 1

waitAsyncWorkMethod · 0.80

Tested by

no test coverage detected