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

Method get_parameter_shape

src/program.cpp:139–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139shape program::get_parameter_shape(std::string name) const
140{
141 const auto* mm = this->get_main_module();
142 return mm->get_parameter_shape(std::move(name));
143}
144
145std::vector<std::string> program::get_parameter_names() const
146{

Callers

nothing calls this directly

Calls 1

get_main_moduleMethod · 0.95

Tested by

no test coverage detected