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

Function migraphx_instructions_destroy

src/api/api.cpp:1493–1497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1491}
1492
1493extern "C" migraphx_status migraphx_instructions_destroy(migraphx_instructions_t instructions)
1494{
1495 auto api_error_result = migraphx::try_([&] { destroy((instructions)); });
1496 return api_error_result;
1497}
1498
1499extern "C" migraphx_status migraphx_instructions_assign_to(migraphx_instructions_t output,
1500 const_migraphx_instructions_t input)

Callers

nothing calls this directly

Calls 2

try_Function · 0.85
destroyFunction · 0.85

Tested by

no test coverage detected