MCPcopy 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")
49class 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_different_bodyMethod · 0.70
test_mismatch_pathMethod · 0.70
test_comment_ignoredMethod · 0.70

Calls

no outgoing calls

Tested by 4

test_different_bodyMethod · 0.56
test_mismatch_pathMethod · 0.56
test_comment_ignoredMethod · 0.56