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

Method setExternalFile

express/Executor.cpp:402–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400}
401
402void Executor::RuntimeManager::setExternalFile(std::string fileName) {
403 mInside->mContent->mExternalFile = fileName;
404}
405
406void Executor::RuntimeManager::updateCache() {
407 if (nullptr == mInside->mCache) {

Callers 8

mainFunction · 0.45
_getSubModuleIOFunction · 0.45
_compileWholeModuleFunction · 0.45
_compileSubModuleFunction · 0.45
generateForModelFunction · 0.45
loadMethod · 0.45
loadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected