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

Function test_range

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

Source from the content-addressed store, hash-verified

707
708
709def test_range():
710 obj = Range(0, 10)
711 _assert_print(
712 obj,
713 """
714I.Range(0, 10)
715""",
716 )
717
718
719def test_prim_type():

Callers

nothing calls this directly

Calls 2

RangeClass · 0.90
_assert_printFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…