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

Method getBnConfig

express/Executor.cpp:352–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352BackendConfig* Executor::RuntimeManager::getBnConfig() {
353 if (mInside->mContent->mUserConfig) {
354 return &mInside->mContent->mConfig;
355 }
356 return nullptr;
357}
358
359
360void Executor::RuntimeManager::setCache(std::string cacheName) {

Callers 2

runMethod · 0.80
NetModuleMethod · 0.80

Calls

no outgoing calls

Tested by 1

runMethod · 0.64