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

Method set_name

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

Source from the content-addressed store, hash-verified

150std::string module::name() const { return impl->name; }
151
152void module::set_name(const std::string& name) { impl->name = name; }
153
154bool module::bypass() const { return impl->bypass; }
155void module::set_bypass(bool b) { impl->bypass = b; }

Callers 5

create_moduleMethod · 0.80
rename_moduleMethod · 0.80
generate_moduleMethod · 0.80
generate_pointwiseFunction · 0.80
generate_reduceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected