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

Function test_region_bound_small_stride

tests/python/arith/test_arith_intset.py:248–253  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

246
247
248def test_region_bound_small_stride():
249 i = tvm.tirx.Var("i", "int32")
250 var_dom = {
251 i: tvm.ir.Range(begin=0, end=64),
252 }
253 check_region_bound({(i * 4, i * 4 + 8): (0, 260)}, var_dom, mode="lowerbound")
254
255
256def test_region_lower_bound_split_predicate():

Callers

nothing calls this directly

Calls 1

check_region_boundFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…