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

Method TearDown

dnn/test/x86/fixture.cpp:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8namespace test {
9
10void X86::TearDown() {
11 m_handle.reset();
12 m_fallback_handle.reset();
13 MemoryManagerHolder::instance()->clear();
14}
15
16Handle* X86::fallback_handle() {
17 if (!m_fallback_handle) {

Callers

nothing calls this directly

Calls 2

resetMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected