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

Function test_shape_struct_info_0

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

Source from the content-addressed store, hash-verified

186
187
188def test_shape_struct_info_0():
189 obj = relax.ShapeStructInfo(ndim=-1)
190 _assert_print(obj, "R.Shape(ndim=-1)")
191
192
193def test_shape_struct_info_1():

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…