Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ reset
Method
reset
dnn/test/cambricon/timer.h:15–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
}
14
15
void reset() {
16
m_started = false;
17
m_stopped = false;
18
}
19
void start() {
20
megdnn_assert(!m_started);
21
megdnn_assert(!m_stopped);
Callers
1
TearDown
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected