MCPcopy Create free account
hub / github.com/apache/tvm / test_tuple

Function test_tuple

tests/python/relax/test_expr_functor.py:396–398  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

394
395
396def test_tuple():
397 t = relax.Tuple([x, y])
398 basic_check(t, "\n".join(["Tuple", "\tVar", "\tVar"]), "\n".join(["Var", "Var", "Tuple"]))
399
400
401def test_global_var():

Callers

nothing calls this directly

Calls 2

basic_checkFunction · 0.70
joinMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…