MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / emplace_back

Method emplace_back

src/module.cpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108
109 template <class... Ts>
110 void emplace_back(Ts&&... xs)
111 {
112 emplace(instructions.end(), std::forward<Ts>(xs)...);
113 }
114
115 instruction_ref erase(instruction_ref pos)
116 {

Callers 15

compile_functionFunction · 0.80
write_msgpackFunction · 0.80
verifyMethod · 0.80
add_test_caseMethod · 0.80
compileMethod · 0.80
applyMethod · 0.80
store_target_libFunction · 0.80
assign_streamsMethod · 0.80
tokenizeFunction · 0.80
compile_hip_rawFunction · 0.80

Calls 2

emplaceFunction · 0.85
endMethod · 0.45

Tested by 1

add_test_caseMethod · 0.64