MCPcopy 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
31def _assert_print(obj, expected):
32 assert obj.script(verbose_expr=True).strip() == expected.strip()
33
34
35def test_prim_func():

Callers 15

test_prim_funcFunction · 0.70
test_block_realizeFunction · 0.70
test_blockFunction · 0.70
test_match_buffer_regionFunction · 0.70
test_bufferFunction · 0.70
test_buffer_regionFunction · 0.70
test_buffer_loadFunction · 0.70
test_buffer_storeFunction · 0.70
test_forFunction · 0.70
test_bindFunction · 0.70

Calls 1

scriptMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…