| 1444 | } |
| 1445 | |
| 1446 | extern "C" migraphx_status migraphx_shapes_destroy(migraphx_shapes_t shapes) |
| 1447 | { |
| 1448 | auto api_error_result = migraphx::try_([&] { destroy((shapes)); }); |
| 1449 | return api_error_result; |
| 1450 | } |
| 1451 | |
| 1452 | extern "C" migraphx_status migraphx_shapes_assign_to(migraphx_shapes_t output, |
| 1453 | const_migraphx_shapes_t input) |