Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ clear
Method
clear
src/graph/PassManager.cpp:55–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
void PassManager::clear()
56
{
57
_passes.clear();
58
}
59
60
void PassManager::run_all(Graph &g)
61
{
Callers
4
visit
Method · 0.45
default_visit
Method · 0.45
~GraphContext
Method · 0.45
default_visit
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected