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

Function add_common_args

src/common.cpp:215–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215std::vector<instruction_ref>
216add_common_args(module& m, std::vector<instruction_ref> inputs, common_options options)
217{
218 return insert_common_args(m, m.end(), std::move(inputs), options);
219}
220
221instruction_ref insert_common_op(module& m,
222 instruction_ref ins,

Callers

nothing calls this directly

Calls 2

insert_common_argsFunction · 0.85
endMethod · 0.45

Tested by

no test coverage detected