Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ clear
Method
clear
dnn/test/common/memory_manager.cpp:59–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
void MemoryManagerHolder::clear() {
60
std::lock_guard<std::mutex> lock(m_map_mutex);
61
m_map.clear();
62
}
63
64
// vim: syntax=cpp.doxygen
Callers
15
TearDown
Method · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
conv1x1_multithread_benchmark
Function · 0.45
TearDown
Method · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
TearDown
Method · 0.45
TearDown
Method · 0.45
TearDown
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected