Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
namespace test {
9
10
void X86::TearDown() {
11
m_handle.reset();
12
m_fallback_handle.reset();
13
MemoryManagerHolder::instance()->clear();
14
}
15
16
Handle* X86::fallback_handle() {
17
if (!m_fallback_handle) {
Callers
nothing calls this directly
Calls
2
reset
Method · 0.45
clear
Method · 0.45
Tested by
no test coverage detected