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

Class ExecContextError

python/tvm/tirx/exec_context.py:48–49  ·  view source on GitHub ↗

Raised on structural violations of the ExecContext model.

Source from the content-addressed store, hash-verified

46
47
48class ExecContextError(Exception):
49 """Raised on structural violations of the ExecContext model."""
50
51
52def _ceildiv(lhs: int, rhs: int) -> int:

Callers 7

_mod_inverseFunction · 0.85
intersectMethod · 0.85
moduloMethod · 0.85
filter_narrowFunction · 0.85
filter_moduloFunction · 0.85
_flat_product_rangeFunction · 0.85
scope_switchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…