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

Method bypass

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

Source from the content-addressed store, hash-verified

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; }
156
157void module::assign(const module& m)

Callers 2

run_passesFunction · 0.80
compute_shapeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected