Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ clear
Method
clear
src/module.cpp:91–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
void clear()
92
{
93
changed.notify();
94
instructions.clear();
95
instruction_set.clear();
96
nparams = 0;
97
}
98
99
void push_front(const instruction& ins) { insert(instructions.begin(), ins); }
100
Callers
1
assign
Method · 0.45
Calls
1
notify
Method · 0.80
Tested by
no test coverage detected