Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/tvm
/ _assert_print
Function
_assert_print
tests/python/tvmscript/test_tvmscript_printer_tir.py:31–32 ·
view source on GitHub ↗
(obj, expected)
Source
from the content-addressed store, hash-verified
29
30
31
def
_assert_print(obj, expected):
32
assert obj.script(verbose_expr=True).strip() == expected.strip()
33
34
35
def
test_prim_func():
Callers
15
test_prim_func
Function · 0.70
test_prim_func_no_sugar_inlined_buffer
Function · 0.70
test_prim_func_no_sugar_shared_buffer_data
Function · 0.70
test_block_realize
Function · 0.70
test_block
Function · 0.70
test_match_buffer_region
Function · 0.70
test_buffer
Function · 0.70
test_buffer_region
Function · 0.70
test_buffer_load
Function · 0.70
test_buffer_store
Function · 0.70
test_for
Function · 0.70
test_bind
Function · 0.70
Calls
1
script
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…