()
| 173 | |
| 174 | |
| 175 | def test_object_struct_info(): |
| 176 | obj = relax.ObjectStructInfo() |
| 177 | _assert_print( |
| 178 | obj, |
| 179 | "R.Object", |
| 180 | ) |
| 181 | |
| 182 | |
| 183 | def test_prim_struct_info(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…