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

Method get_output_shapes

src/program.cpp:165–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163std::size_t program::size() const { return impl->modules.size(); }
164
165std::vector<shape> program::get_output_shapes() const
166{
167 const auto* mm = this->get_main_module();
168 return mm->get_output_shapes();
169}
170
171context& program::get_context() const
172{

Callers

nothing calls this directly

Calls 1

get_main_moduleMethod · 0.95

Tested by

no test coverage detected