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

Function migraphx_shape_destroy

src/api/api.cpp:995–999  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

993}
994
995extern "C" migraphx_status migraphx_shape_destroy(migraphx_shape_t shape)
996{
997 auto api_error_result = migraphx::try_([&] { destroy((shape)); });
998 return api_error_result;
999}
1000
1001extern "C" migraphx_status migraphx_shape_assign_to(migraphx_shape_t output,
1002 const_migraphx_shape_t input)

Callers

nothing calls this directly

Calls 2

try_Function · 0.85
destroyFunction · 0.85

Tested by

no test coverage detected