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

Function migraphx_dynamic_dimensions_assign_to

src/api/api.cpp:947–953  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

945}
946
947extern "C" migraphx_status
948migraphx_dynamic_dimensions_assign_to(migraphx_dynamic_dimensions_t output,
949 const_migraphx_dynamic_dimensions_t input)
950{
951 auto api_error_result = migraphx::try_([&] { *output = *input; });
952 return api_error_result;
953}
954
955extern "C" migraphx_status
956migraphx_dynamic_dimensions_create(migraphx_dynamic_dimensions_t* dynamic_dimensions,

Callers

nothing calls this directly

Calls 1

try_Function · 0.85

Tested by

no test coverage detected