|
tvm
|
Managed reference to TupleNode. More...
#include <expr.h>
Public Member Functions | |
| Tuple (ffi::Array< Expr > fields, Span span=Span()) | |
| Construct a tuple from its fields. | |
| TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE (Tuple, Expr, TupleNode) | |
| TVM_DEFINE_OBJECT_REF_COW_METHOD (TupleNode) | |
Public Member Functions inherited from tvm::Expr | |
| bool | operator== (const Expr &other) const =delete |
| bool | operator!= (const Expr &other) const =delete |
| bool | operator< (const Expr &other) const =delete |
| TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE (Expr, ffi::ObjectRef, ExprNode) | |
Managed reference to TupleNode.
Construct a tuple from its fields.
| fields | The fields of the tuple. |
| span | The source span of the expression. |
| tvm::Tuple::TVM_DEFINE_OBJECT_REF_COW_METHOD | ( | TupleNode | ) |