Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/armnn
/ Reset
Method
Reset
profiling/client/src/CounterIdMap.cpp:26–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
void CounterIdMap::Reset()
27
{
28
m_GlobalCounterIdMap.clear();
29
m_BackendCounterIdMap.clear();
30
}
31
32
uint16_t CounterIdMap::GetGlobalId(uint16_t backendCounterId, const std::string& backendId) const
33
{
Callers
1
ResetGuidGenerator
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected