MCPcopy Create free account
hub / github.com/apache/tvm-ffi / TBinding

Class TBinding

tests/python/test_structural_py_class.py:85–89  ·  view source on GitHub ↗

Binding node — sharing structure is semantically meaningful.

Source from the content-addressed store, hash-verified

83
84@py_class("testing.py.Binding", structural_eq="dag")
85class TBinding(tvm_ffi.Object):
86 """Binding node — sharing structure is semantically meaningful."""
87
88 name: str
89 value: int
90
91
92# ---------------------------------------------------------------------------

Callers 4

test_same_dag_shapeMethod · 0.85

Calls

no outgoing calls

Tested by 4

test_same_dag_shapeMethod · 0.68