MCPcopy Index your code
hub / github.com/apache/tvm / test_buffer

Function test_buffer

tests/python/tvmscript/test_tvmscript_printer_tir.py:202–208  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

200
201
202def test_buffer():
203 a = tirx.decl_buffer((128, 128), "float16", name="A")
204 _assert_print(
205 a,
206 """A = T.Buffer((128, 128), "float16")
207A""",
208 )
209
210
211def test_buffer_region():

Callers

nothing calls this directly

Calls 1

_assert_printFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…