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

Function migraphx_program_parameter_shapes_destroy

src/api/api.cpp:1313–1318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1311}
1312
1313extern "C" migraphx_status migraphx_program_parameter_shapes_destroy(
1314 migraphx_program_parameter_shapes_t program_parameter_shapes)
1315{
1316 auto api_error_result = migraphx::try_([&] { destroy((program_parameter_shapes)); });
1317 return api_error_result;
1318}
1319
1320extern "C" migraphx_status
1321migraphx_program_parameter_shapes_assign_to(migraphx_program_parameter_shapes_t output,

Callers

nothing calls this directly

Calls 2

try_Function · 0.85
destroyFunction · 0.85

Tested by

no test coverage detected