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

Method erase

src/module.cpp:115–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 }
114
115 instruction_ref erase(instruction_ref pos)
116 {
117 changed.notify();
118 instruction_set.erase(std::addressof(*pos));
119 return instructions.erase(pos);
120 }
121
122 instruction_ref erase(instruction_ref start, instruction_ref last)
123 {

Callers 15

erase_iteratorFunction · 0.80
uniqueFunction · 0.80
get_wait_forFunction · 0.80
compute_shapeMethod · 0.80
forkMethod · 0.80
unregister_opFunction · 0.80
remove_moduleMethod · 0.80
removeMethod · 0.80
unregister_targetFunction · 0.80
sortMethod · 0.80
get_conflictsMethod · 0.80
remove_instructionMethod · 0.80

Calls 2

notifyMethod · 0.80
for_eachFunction · 0.50

Tested by 4

uniqueFunction · 0.64
get_wait_forFunction · 0.64
compute_shapeMethod · 0.64
forkMethod · 0.64