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

Method is_nothing

python/tvm/arith/int_set.py:30–32  ·  view source on GitHub ↗

Whether the set represent nothing

(self)

Source from the content-addressed store, hash-verified

28 """Represent a set of integer in one dimension."""
29
30 def is_nothing(self):
31 """Whether the set represent nothing"""
32 return _ffi_api.IntSetIsNothing(self)
33
34 def is_everything(self):
35 """Whether the set represent everything"""

Callers 2

test_checkFunction · 0.80
test_non_supportFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_checkFunction · 0.64
test_non_supportFunction · 0.64