()
| 394 | |
| 395 | |
| 396 | def test_tuple(): |
| 397 | t = relax.Tuple([x, y]) |
| 398 | basic_check(t, "\n".join(["Tuple", "\tVar", "\tVar"]), "\n".join(["Var", "Var", "Tuple"])) |
| 399 | |
| 400 | |
| 401 | def test_global_var(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…