tvm
|
Managed reference to TupleStructInfoNode. More...
#include <struct_info.h>
Public Member Functions | |
TupleStructInfo (Array< StructInfo > fields, Span span=Span()) | |
Constructor. More... | |
TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS (TupleStructInfo, StructInfo, TupleStructInfoNode) | |
![]() | |
TVM_DEFINE_OBJECT_REF_METHODS (StructInfo, ObjectRef, StructInfoNode) | |
Managed reference to TupleStructInfoNode.
tvm::relax::TupleStructInfo::TupleStructInfo | ( | Array< StructInfo > | fields, |
Span | span = Span() |
||
) |
Constructor.
fields | Struct info of tuple fields. |
span | The span of the AST. |
tvm::relax::TupleStructInfo::TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS | ( | TupleStructInfo | , |
StructInfo | , | ||
TupleStructInfoNode | |||
) |