Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
401
def
test_global_var():
402
gv = relax.GlobalVar(
"gv"
)
403
basic_check(gv,
"GlobalVar"
,
"GlobalVar"
)
404
405
406
def
test_seq_expr():
Callers
nothing calls this directly
Calls
1
basic_check
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…