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

Class TMetadata

tests/python/test_structural_py_class.py:77–81  ·  view source on GitHub ↗

Immutable metadata node — pointer shortcut is safe (no var children).

Source from the content-addressed store, hash-verified

75
76@py_class("testing.py.Metadata", structural_eq="const-tree")
77class TMetadata(tvm_ffi.Object):
78 """Immutable metadata node — pointer shortcut is safe (no var children)."""
79
80 tag: str
81 version: int
82
83
84@py_class("testing.py.Binding", structural_eq="dag")

Callers 3

test_equal_contentMethod · 0.85

Calls

no outgoing calls

Tested by 3

test_equal_contentMethod · 0.68