Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ handle_naive
Method
handle_naive
dnn/test/atlas/fixture.cpp:30–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
Handle* ATLAS::handle_naive() {
31
if (!m_handle_naive)
32
m_handle_naive = create_cpu_handle(2);
33
return m_handle_naive.get();
34
}
35
36
void ATLAS::TearDown() {
37
m_handle_naive.reset();
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected