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

Method get_parameter

src/program.cpp:151–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151instruction_ref program::get_parameter(std::string name) const
152{
153 const auto* mm = this->get_main_module();
154 return mm->get_parameter(std::move(name));
155}
156
157std::unordered_map<std::string, shape> program::get_parameter_shapes() const
158{

Callers

nothing calls this directly

Calls 1

get_main_moduleMethod · 0.95

Tested by

no test coverage detected