()
| 191 | |
| 192 | |
| 193 | def test_shape_struct_info_1(): |
| 194 | obj = relax.ShapeStructInfo([1, 2, 3]) |
| 195 | _assert_print(obj, "R.Shape([1, 2, 3])") |
| 196 | |
| 197 | |
| 198 | def test_shape_struct_info_2(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…