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

Function test_prim_struct_info

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

Source from the content-addressed store, hash-verified

181
182
183def test_prim_struct_info():
184 obj = relax.PrimStructInfo("float32")
185 _assert_print(obj, 'R.Prim("float32")')
186
187
188def test_shape_struct_info_0():

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…