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

Function test_null_construct

tests/python/relax/test_binding_rewrite.py:46–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44
45
46def test_null_construct():
47 root_fn = Identity["main"]
48 dfb = root_fn.body.blocks[0]
49
50 DataflowBlockRewrite(dfb, root_fn)
51
52
53def test_simple_add():

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…