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

Method TearDown

dnn/test/atlas/fixture.cpp:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void ATLAS::TearDown() {
37 m_handle_naive.reset();
38 m_handle_atlas.reset();
39 MemoryManagerHolder::instance()->clear();
40 megcoreDeactivate(m_dev_handle);
41}
42
43// vim: syntax=cpp.doxygen

Callers

nothing calls this directly

Calls 3

megcoreDeactivateFunction · 0.85
resetMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected