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

Function test_shape_struct_info_1

tests/python/relax/test_tvmscript_printer_relax.py:193–195  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

191
192
193def test_shape_struct_info_1():
194 obj = relax.ShapeStructInfo([1, 2, 3])
195 _assert_print(obj, "R.Shape([1, 2, 3])")
196
197
198def test_shape_struct_info_2():

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…