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

Function test_non_support

tests/python/arith/test_arith_deduce_bound.py:217–219  ·  view source on GitHub ↗
(lhs)

Source from the content-addressed store, hash-verified

215 a = tvm.tirx.Var("a", "int32")
216
217 def test_non_support(lhs):
218 res = tvm.arith.deduce_bound(a, lhs < 10, {}, {})
219 assert res.is_nothing()
220
221 test_non_support(tvm.tirx.floormod(a, 16))
222 test_non_support(tvm.tirx.Min(a, 16))

Callers 1

test_deduce_non_supportFunction · 0.85

Calls 1

is_nothingMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…