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

Function migraphx_program_parameters_destroy

src/api/api.cpp:1371–1376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1369}
1370
1371extern "C" migraphx_status
1372migraphx_program_parameters_destroy(migraphx_program_parameters_t program_parameters)
1373{
1374 auto api_error_result = migraphx::try_([&] { destroy((program_parameters)); });
1375 return api_error_result;
1376}
1377
1378extern "C" migraphx_status
1379migraphx_program_parameters_assign_to(migraphx_program_parameters_t output,

Callers

nothing calls this directly

Calls 2

try_Function · 0.85
destroyFunction · 0.85

Tested by

no test coverage detected