Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ reset
Method
reset
src/gopt/test/reformat_manager.cpp:342–345 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
340
}
341
342
void reset() {
343
m_started = false;
344
m_stopped = false;
345
}
346
void start() {
347
mgb_assert(!m_started);
348
mgb_assert(!m_stopped);
Callers
4
test_basic_input_no_copy
Function · 0.45
TEST
Function · 0.45
test_memory_forward_io_no_copy
Function · 0.45
replace_graph_by_placeholder
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected