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

Function test_object_struct_info

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

Source from the content-addressed store, hash-verified

173
174
175def test_object_struct_info():
176 obj = relax.ObjectStructInfo()
177 _assert_print(
178 obj,
179 "R.Object",
180 )
181
182
183def test_prim_struct_info():

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…