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

Function migraphx_optimals_assign_to

src/api/api.cpp:855–860  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

853}
854
855extern "C" migraphx_status migraphx_optimals_assign_to(migraphx_optimals_t output,
856 const_migraphx_optimals_t input)
857{
858 auto api_error_result = migraphx::try_([&] { *output = *input; });
859 return api_error_result;
860}
861
862extern "C" migraphx_status
863migraphx_optimals_create(migraphx_optimals_t* optimals, const size_t* ptr, size_t size)

Callers

nothing calls this directly

Calls 1

try_Function · 0.85

Tested by

no test coverage detected