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

Method dry_run

src/program.cpp:1182–1188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1180}
1181
1182void program::dry_run(const parameter_map& params) const
1183{
1184 auto& ctx = this->impl->contexts;
1185 generic_eval(*this, ctx, params, [](auto ins, auto&&...) {
1186 return argument{ins->get_shape(), nullptr};
1187 });
1188}
1189
1190void program::annotate(std::ostream& os, const std::function<void(instruction_ref)>& a) const
1191{

Callers 1

validate_gpuFunction · 0.80

Calls 2

generic_evalFunction · 0.85
get_shapeMethod · 0.45

Tested by

no test coverage detected