Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tvm
/ test_exception
Function
test_exception
tests/python/tirx-base/test_tir_base.py:172–174 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
170
171
172
def
test_exception():
173
with
pytest.raises(TypeError):
174
x = tirx.Var(name=1, dtype=
"int"
)
175
176
177
def
test_eq_ops():
Callers
1
test_tir_base.py
File · 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…