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

Class TExpr

tests/python/test_structural_py_class.py:70–73  ·  view source on GitHub ↗

A simple expression node for tree-comparison tests.

Source from the content-addressed store, hash-verified

68
69@py_class("testing.py.Expr", structural_eq="tree")
70class TExpr(tvm_ffi.Object):
71 """A simple expression node for tree-comparison tests."""
72
73 value: int
74
75
76@py_class("testing.py.Metadata", structural_eq="const-tree")

Callers 3

test_equal_contentMethod · 0.85

Calls

no outgoing calls

Tested by 3

test_equal_contentMethod · 0.68