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

Function get_output_shapes

tools/api/api.cpp:331–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329static std::vector<argument> run(program& p, const parameter_map& params) { return p.eval(params); }
330
331static std::vector<shape> get_output_shapes(program& p) { return p.get_output_shapes(); }
332
333static void print_program(const program& p) { std::cout << p << std::endl; }
334

Callers

nothing calls this directly

Calls 1

get_output_shapesMethod · 0.45

Tested by

no test coverage detected