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

Method get_parameter_shapes

src/program.cpp:157–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157std::unordered_map<std::string, shape> program::get_parameter_shapes() const
158{
159 const auto* mm = this->get_main_module();
160 return mm->get_parameter_shapes();
161}
162
163std::size_t program::size() const { return impl->modules.size(); }
164

Callers

nothing calls this directly

Calls 1

get_main_moduleMethod · 0.95

Tested by

no test coverage detected