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

Function test_call

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

Source from the content-addressed store, hash-verified

429
430
431def test_call():
432 call_node = relax.op.add(x, y)
433 basic_check(
434 call_node,
435 "\n".join(["Call", "\tOp", "\tVar", "\tVar"]),
436 "\n".join(["Op", "Var", "Var", "ShapeExpr", "Call"]),
437 )
438
439
440def test_if():

Callers

nothing calls this directly

Calls 3

basic_checkFunction · 0.70
addMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…