MCPcopy 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_copyFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected