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

Method applyMetaToRuntime

express/Executor.cpp:262–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262void Executor::RuntimeManager::applyMetaToRuntime() const {
263 for (auto& iter : mInside->mRuntime.first) {
264 iter.second->pMeta = mInside->mMeta;
265 }
266}
267
268bool Executor::RuntimeManager::getInfo(Interpreter::SessionInfoCode code, void* ptr) {
269 // Only support get memory

Callers 4

loadMethod · 0.80
StaticModuleMethod · 0.80
onForwardMethod · 0.80
cloneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected