|
tvm
|
Base type of all the expressions. More...
#include <base_expr.h>
Public Member Functions | |
| TVM_FFI_DECLARE_OBJECT_INFO ("ir.Expr", ExprNode, ffi::Object) | |
Static Public Member Functions | |
| static void | RegisterReflection () |
Public Attributes | |
| Span | span |
| Span that points to the original source code. Reserved debug information. | |
| Type | ty = Type::Missing() |
| The deduced or annotated type of the expression. | |
Static Public Attributes | |
| static constexpr TVMFFISEqHashKind | _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode |
| static constexpr const uint32_t | _type_child_slots = 64 |
Base type of all the expressions.
| tvm::ExprNode::TVM_FFI_DECLARE_OBJECT_INFO | ( | "ir.Expr" | , |
| ExprNode | , | ||
| ffi::Object | |||
| ) |
|
staticconstexpr |
|
mutable |
Span that points to the original source code. Reserved debug information.
|
mutable |
The deduced or annotated type of the expression.
Type::Missing() denotes type information that will be populated by later analysis passes instead of expression constructors.