MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / TearDown

Method TearDown

dnn/test/cpu/fixture.cpp:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15void CPU::TearDown() {
16 m_handle.reset();
17 MemoryManagerHolder::instance()->clear();
18}
19
20void CPU_MULTI_THREADS::SetUp() {
21 RandomState::reset();

Callers

nothing calls this directly

Calls 2

resetMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected