Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ push_back
Method
push_back
src/module.cpp:101–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
void push_front(const instruction& ins) { insert(instructions.begin(), ins); }
100
101
void push_back(const instruction& ins) { insert(instructions.end(), ins); }
102
103
template <class... Ts>
104
void emplace_front(Ts&&... xs)
Callers
15
add_calibration_data
Function · 0.45
shuffle_module
Function · 0.45
reverse_module
Function · 0.45
TEST_CASE
Function · 0.45
TEST_CASE
Function · 0.45
TEST_CASE
Function · 0.45
TEST_CASE
Function · 0.45
TEST_CASE
Function · 0.45
TEST_CASE
Function · 0.45
TEST_CASE
Function · 0.45
TEST_CASE
Function · 0.45
TEST_CASE
Function · 0.45
Calls
2
insert
Function · 0.85
end
Method · 0.45
Tested by
15
shuffle_module
Function · 0.36
reverse_module
Function · 0.36
TEST_CASE
Function · 0.36
TEST_CASE
Function · 0.36
TEST_CASE
Function · 0.36
TEST_CASE
Function · 0.36
TEST_CASE
Function · 0.36
TEST_CASE
Function · 0.36
TEST_CASE
Function · 0.36
wait
Method · 0.36
chain
Function · 0.36
TEST_CASE
Function · 0.36