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

Function migraphx_shapes_destroy

src/api/api.cpp:1446–1450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1444}
1445
1446extern "C" migraphx_status migraphx_shapes_destroy(migraphx_shapes_t shapes)
1447{
1448 auto api_error_result = migraphx::try_([&] { destroy((shapes)); });
1449 return api_error_result;
1450}
1451
1452extern "C" migraphx_status migraphx_shapes_assign_to(migraphx_shapes_t output,
1453 const_migraphx_shapes_t input)

Callers

nothing calls this directly

Calls 2

try_Function · 0.85
destroyFunction · 0.85

Tested by

no test coverage detected