Tuple container.
More...
#include <expr.h>
|
tvm::ffi::Array< Expr > | fields |
| the fields of the tuple More...
|
|
ffi::Optional< ObjectRef > | struct_info_ = ffi::Optional<ObjectRef>() |
| Stores the result of structure information of the expression that encapsulate both static shape and runtime information such as shape. More...
|
|
Span | span |
| Span that points to the original source code. Reserved debug information. More...
|
|
◆ RegisterReflection()
static void tvm::relax::TupleNode::RegisterReflection |
( |
| ) |
|
|
inlinestatic |
◆ TVM_FFI_DECLARE_OBJECT_INFO_FINAL()
tvm::relax::TupleNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL |
( |
"relax.expr.Tuple" |
, |
|
|
TupleNode |
, |
|
|
ExprNode |
|
|
) |
| |
◆ fields
tvm::ffi::Array<Expr> tvm::relax::TupleNode::fields |
The documentation for this class was generated from the following file: