| 83 | } |
| 84 | |
| 85 | TEST_CASE(allocate_static) |
| 86 | { |
| 87 | migraphx::shape out_shape{migraphx::shape::float_type, {2, 3, 4}}; |
| 88 | expect_shape(out_shape, migraphx::make_op("allocate", {{"shape", to_value(out_shape)}})); |
| 89 | } |
| 90 | |
| 91 | TEST_CASE(allocate_static_input) |
| 92 | { |
nothing calls this directly
no test coverage detected