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

Function migraphx_optimals_destroy

src/api/api.cpp:849–853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

847};
848
849extern "C" migraphx_status migraphx_optimals_destroy(migraphx_optimals_t optimals)
850{
851 auto api_error_result = migraphx::try_([&] { destroy((optimals)); });
852 return api_error_result;
853}
854
855extern "C" migraphx_status migraphx_optimals_assign_to(migraphx_optimals_t output,
856 const_migraphx_optimals_t input)

Callers

nothing calls this directly

Calls 2

try_Function · 0.85
destroyFunction · 0.85

Tested by

no test coverage detected