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

Function test_tuple_getitem

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

Source from the content-addressed store, hash-verified

447
448
449def test_tuple_getitem():
450 tuple_getitem_node = relax.TupleGetItem(relax.Tuple([x, y]), 0)
451 basic_check(
452 tuple_getitem_node,
453 "\n".join(["TupleGetItem", "\tTuple", "\t\tVar", "\t\tVar"]),
454 "\n".join(["Var", "Var", "Tuple", "TupleGetItem"]),
455 )
456
457
458def test_binding_block():

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…