()
| 181 | |
| 182 | |
| 183 | def test_prim_struct_info(): |
| 184 | obj = relax.PrimStructInfo("float32") |
| 185 | _assert_print(obj, 'R.Prim("float32")') |
| 186 | |
| 187 | |
| 188 | def test_shape_struct_info_0(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…