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

Function migraphx_dynamic_dimensions_destroy

src/api/api.cpp:940–945  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

938}
939
940extern "C" migraphx_status
941migraphx_dynamic_dimensions_destroy(migraphx_dynamic_dimensions_t dynamic_dimensions)
942{
943 auto api_error_result = migraphx::try_([&] { destroy((dynamic_dimensions)); });
944 return api_error_result;
945}
946
947extern "C" migraphx_status
948migraphx_dynamic_dimensions_assign_to(migraphx_dynamic_dimensions_t output,

Callers

nothing calls this directly

Calls 2

try_Function · 0.85
destroyFunction · 0.85

Tested by

no test coverage detected