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

Function migraphx_dynamic_dimension_destroy

src/api/api.cpp:872–877  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

870}
871
872extern "C" migraphx_status
873migraphx_dynamic_dimension_destroy(migraphx_dynamic_dimension_t dynamic_dimension)
874{
875 auto api_error_result = migraphx::try_([&] { destroy((dynamic_dimension)); });
876 return api_error_result;
877}
878
879extern "C" migraphx_status
880migraphx_dynamic_dimension_assign_to(migraphx_dynamic_dimension_t output,

Callers

nothing calls this directly

Calls 2

try_Function · 0.85
destroyFunction · 0.85

Tested by

no test coverage detected