()
| 130 | |
| 131 | def test_roundtrip_layout(): |
| 132 | def get_layout1(): |
| 133 | return T.TileLayout(T.S[(8, 8, 8, 4, 2) : (6, 4 @ laneid, 2, 1 @ laneid, 1)]) |
| 134 | |
| 135 | def get_layout2(): |
| 136 | return T.TileLayout(T.S[(8, 8, 8, 4, 2) : (64, 4 @ laneid, 8, 2, 1)]) |
no outgoing calls
no test coverage detected
searching dependent graphs…