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

Function _check

tests/python/relax/test_transform_fuse_tir.py:28–30  ·  view source on GitHub ↗
(mod_before, mod_expected)

Source from the content-addressed store, hash-verified

26
27
28def _check(mod_before, mod_expected):
29 mod_after = relax.transform.FuseTIR()(mod_before)
30 tvm.ir.assert_structural_equal(mod_expected, mod_after)
31
32
33def test_simple():

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…