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

Method name

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

Source from the content-addressed store, hash-verified

148}
149
150std::string module::name() const { return impl->name; }
151
152void module::set_name(const std::string& name) { impl->name = name; }
153

Callers 15

printMethod · 0.95
print_pyMethod · 0.95
print_cppMethod · 0.95
assignMethod · 0.45
insert_instructionMethod · 0.45
replace_instructionMethod · 0.45
replace_returnMethod · 0.45
get_parameter_shapeMethod · 0.45
get_parameter_namesMethod · 0.45
get_parameterMethod · 0.45
get_parametersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected