A simple expression node for tree-comparison tests.
| 68 | |
| 69 | @py_class("testing.py.Expr", structural_eq="tree") |
| 70 | class 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") |
no outgoing calls