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

Function test_global_var

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

Source from the content-addressed store, hash-verified

399
400
401def test_global_var():
402 gv = relax.GlobalVar("gv")
403 basic_check(gv, "GlobalVar", "GlobalVar")
404
405
406def test_seq_expr():

Callers

nothing calls this directly

Calls 1

basic_checkFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…