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

Function _runSessionBegin

source/core/Interpreter.cpp:413–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411}
412#endif
413static void _runSessionBegin(const Session* session) {
414 auto& rt = session->getRuntime();
415 for (auto& iter : rt.first) {
416 iter.second->onConcurrencyBegin();
417 }
418}
419static void _runSessionEnd(const Session* session) {
420 auto& rt = session->getRuntime();
421 for (auto& iter : rt.first) {

Callers 2

runSessionMethod · 0.85

Calls 2

getRuntimeMethod · 0.45
onConcurrencyBeginMethod · 0.45

Tested by

no test coverage detected