()
| 44 | |
| 45 | |
| 46 | def test_null_construct(): |
| 47 | root_fn = Identity["main"] |
| 48 | dfb = root_fn.body.blocks[0] |
| 49 | |
| 50 | DataflowBlockRewrite(dfb, root_fn) |
| 51 | |
| 52 | |
| 53 | def test_simple_add(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…