| 847 | }; |
| 848 | |
| 849 | extern "C" migraphx_status migraphx_optimals_destroy(migraphx_optimals_t optimals) |
| 850 | { |
| 851 | auto api_error_result = migraphx::try_([&] { destroy((optimals)); }); |
| 852 | return api_error_result; |
| 853 | } |
| 854 | |
| 855 | extern "C" migraphx_status migraphx_optimals_assign_to(migraphx_optimals_t output, |
| 856 | const_migraphx_optimals_t input) |