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

Method openResizeCheck

source/core/Session.cpp:333–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331 return NO_ERROR;
332}
333void Session::openResizeCheck() {
334 for (auto& iter : mPipelines) {
335 iter->openResizeCheck();
336 }
337}
338
339ErrorCode Session::fixResizeCache() {
340 for (auto& iter : mPipelines) {

Callers 2

setSessionModeMethod · 0.45
onOptimizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected