()
| 186 | |
| 187 | |
| 188 | def test_shape_struct_info_0(): |
| 189 | obj = relax.ShapeStructInfo(ndim=-1) |
| 190 | _assert_print(obj, "R.Shape(ndim=-1)") |
| 191 | |
| 192 | |
| 193 | def test_shape_struct_info_1(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…