Tuple container.
More...
#include <expr.h>
|
tvm::Array< Expr > | fields |
| the fields of the tuple More...
|
|
Optional< ObjectRef > | struct_info_ = 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_DECLARE_FINAL_OBJECT_INFO()
◆ _type_key
constexpr const char* tvm::relax::TupleNode::_type_key = "relax.expr.Tuple" |
|
staticconstexpr |
◆ fields
tvm::Array<Expr> tvm::relax::TupleNode::fields |
The documentation for this class was generated from the following file: