Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tvm-ffi
/ TInt
Class
TInt
tests/python/test_structural_py_class.py:49–52 ·
view source on GitHub ↗
Simple integer literal node.
Source
from the content-addressed store, hash-verified
47
48
@py_class(
"testing.py.Int"
, structural_eq=
"tree"
)
49
class
TInt(tvm_ffi.Object):
50
""
"Simple integer literal node."
""
51
52
value: int
53
54
55
@py_class(
"testing.py.Func"
, structural_eq=
"tree"
)
Callers
4
test_alpha_equivalent_functions
Method · 0.70
test_different_body
Method · 0.70
test_mismatch_path
Method · 0.70
test_comment_ignored
Method · 0.70
Calls
no outgoing calls
Tested by
4
test_alpha_equivalent_functions
Method · 0.56
test_different_body
Method · 0.56
test_mismatch_path
Method · 0.56
test_comment_ignored
Method · 0.56