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

Method fixResizeCache

source/core/Session.cpp:339–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337}
338
339ErrorCode Session::fixResizeCache() {
340 for (auto& iter : mPipelines) {
341 auto code = iter->fixResizeCache();
342 if (NO_ERROR != code) {
343 return code;
344 }
345 }
346 return NO_ERROR;
347}
348
349bool Session::getInfo(Interpreter::SessionInfoCode code, void* ptr) const {
350 switch (code) {

Callers 2

setSessionModeMethod · 0.45
onOptimizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected