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

Method end

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

Source from the content-addressed store, hash-verified

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{
719 auto e = impl->instructions.end();

Callers 15

insert_instructionMethod · 0.95
replace_instructionMethod · 0.95
move_instructionMethod · 0.95
replace_returnMethod · 0.95
get_parameter_shapeMethod · 0.95
get_parameterMethod · 0.95
get_returnsMethod · 0.95
debug_printMethod · 0.95
print_pyMethod · 0.95
print_cppMethod · 0.95
hoist_external_inputsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected