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

Function insert_module_inline

src/split_reduce.cpp:162–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162static std::vector<instruction_ref>
163insert_module_inline(module& m, instruction_ref ins, const module::with_inputs& mwi)
164{
165 auto param_map = mwi.mod.get_ins_param_map(mwi.inputs, true);
166 return m.insert_instructions(ins, &mwi.mod, &param_map);
167}
168
169static std::size_t get_reduce_size(const_module_ref rm)
170{

Callers 1

applyMethod · 0.85

Calls 2

get_ins_param_mapMethod · 0.80
insert_instructionsMethod · 0.80

Tested by

no test coverage detected