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

Function test_evaluate

tests/python/tirx/transform/test_stmt_functor.py:698–705  ·  view source on GitHub ↗

Test evaluate statement.

()

Source from the content-addressed store, hash-verified

696
697
698def test_evaluate():
699 """Test evaluate statement."""
700 evaluate_stmt = create_test_statements()["evaluate"]
701 basic_check(
702 evaluate_stmt,
703 "\n".join(["Evaluate", "\tAdd", "\t\tVar", "\t\tIntImm"]),
704 "\n".join(["Var", "IntImm", "Add", "Evaluate"]),
705 )
706
707
708def test_let():

Callers

nothing calls this directly

Calls 3

create_test_statementsFunction · 0.70
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…