Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ push_front
Method
push_front
src/module.cpp:99–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
}
98
99
void push_front(const instruction& ins) { insert(instructions.begin(), ins); }
100
101
void push_back(const instruction& ins) { insert(instructions.end(), ins); }
102
Callers
1
add_outline
Method · 0.80
Calls
2
insert
Function · 0.85
begin
Method · 0.45
Tested by
no test coverage detected