Tuple container.
More...
#include <expr.h>
|
| ffi::Array< Expr > | fields |
| | The fields of the tuple.
|
| |
| 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.
|
| |
◆ RegisterReflection()
| static void tvm::TupleNode::RegisterReflection |
( |
| ) |
|
|
inlinestatic |
◆ TVM_FFI_DECLARE_OBJECT_INFO_FINAL()
| tvm::TupleNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL |
( |
"ir.Tuple" |
, |
|
|
TupleNode |
, |
|
|
ExprNode |
|
|
) |
| |
◆ fields
| ffi::Array<Expr> tvm::TupleNode::fields |
The documentation for this class was generated from the following file: