Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ start
Method
start
src/core/impl/graph/swap/swap_helper.cpp:16–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
}
15
16
void SwapCopyThreadPool::start() {
17
if ((++m_nr_start) == 1) {
18
m_pool.start(1);
19
}
20
}
21
22
void SwapCopyThreadPool::stop() {
23
auto pre = m_nr_start--;
Callers
3
start_exec
Method · 0.45
search_action
Method · 0.45
SwapVarRecorder
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected