Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_function
Function · 0.80
write_msgpack
Function · 0.80
verify
Method · 0.80
add_test_case
Method · 0.80
compile
Method · 0.80
apply
Method · 0.80
store_target_lib
Function · 0.80
assign_streams
Method · 0.80
move_output_instructions_after
Method · 0.80
common_axes_map_from_dst
Method · 0.80
tokenize
Function · 0.80
compile_hip_raw
Function · 0.80
Calls
2
emplace
Function · 0.85
end
Method · 0.45
Tested by
1
add_test_case
Method · 0.64