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

Method begin

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

Source from the content-addressed store, hash-verified

713
714std::size_t module::size() const { return impl->instructions.size(); }
715instruction_ref module::begin() const { return impl->instructions.begin(); }
716instruction_ref module::end() const { return impl->instructions.end(); }
717instruction_ref module::insert_end() const
718{

Callers 15

containsMethod · 0.45
push_frontMethod · 0.45
emplace_frontMethod · 0.45
assignMethod · 0.45
replace_instructionMethod · 0.45
add_outlineMethod · 0.45
replace_returnMethod · 0.45
get_parameter_shapeMethod · 0.45
get_parameter_namesMethod · 0.45
get_parameterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected