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

Function insert_common_op

src/common.cpp:221–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221instruction_ref insert_common_op(module& m,
222 instruction_ref ins,
223 const operation& op,
224 std::vector<instruction_ref> inputs,
225 common_options options)
226{
227 return m.insert_instruction(ins, op, insert_common_args(m, ins, std::move(inputs), options));
228}
229
230instruction_ref add_common_op(module& m,
231 const operation& op,

Callers 9

add_common_opFunction · 0.70
applyMethod · 0.70
apply_quantizelinearFunction · 0.70
apply_same_broadcastsMethod · 0.70
apply_diff_broadcastsMethod · 0.70
insert_apply_alpha_betaFunction · 0.70
applyMethod · 0.70

Calls 2

insert_common_argsFunction · 0.85
insert_instructionMethod · 0.80

Tested by 1