MCPcopy 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_dataFunction · 0.45
shuffle_moduleFunction · 0.45
reverse_moduleFunction · 0.45
TEST_CASEFunction · 0.45
TEST_CASEFunction · 0.45
TEST_CASEFunction · 0.45
TEST_CASEFunction · 0.45
TEST_CASEFunction · 0.45
TEST_CASEFunction · 0.45
TEST_CASEFunction · 0.45
TEST_CASEFunction · 0.45
TEST_CASEFunction · 0.45

Calls 2

insertFunction · 0.85
endMethod · 0.45

Tested by 15

shuffle_moduleFunction · 0.36
reverse_moduleFunction · 0.36
TEST_CASEFunction · 0.36
TEST_CASEFunction · 0.36
TEST_CASEFunction · 0.36
TEST_CASEFunction · 0.36
TEST_CASEFunction · 0.36
TEST_CASEFunction · 0.36
TEST_CASEFunction · 0.36
waitMethod · 0.36
chainFunction · 0.36
TEST_CASEFunction · 0.36