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

Method createRuntimeManager

express/Executor.cpp:218–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216 }
217}
218Executor::RuntimeManager* Executor::RuntimeManager::createRuntimeManager(std::vector<ScheduleConfig>& configs) {
219 if (configs.empty()) {
220 return nullptr;
221 }
222 return createRuntimeManager(configs[0]);
223}
224void Executor::RuntimeManager::destroy(RuntimeManager* rtmgr) {
225 if (nullptr != rtmgr) {
226 delete rtmgr;

Callers

nothing calls this directly

Calls 3

_getOrCreateRuntimeMethod · 0.80
emptyMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected