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

Method get_parameter_names

src/program.cpp:145–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145std::vector<std::string> program::get_parameter_names() const
146{
147 const auto* mm = this->get_main_module();
148 return mm->get_parameter_names();
149}
150
151instruction_ref program::get_parameter(std::string name) const
152{

Callers

nothing calls this directly

Calls 1

get_main_moduleMethod · 0.95

Tested by

no test coverage detected