MCPcopy 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
30Handle* ATLAS::handle_naive() {
31 if (!m_handle_naive)
32 m_handle_naive = create_cpu_handle(2);
33 return m_handle_naive.get();
34}
35
36void ATLAS::TearDown() {
37 m_handle_naive.reset();

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected