tvm
Public Member Functions | List of all members
tvm::relax::TupleStructInfo Class Reference

Managed reference to TupleStructInfoNode. More...

#include <struct_info.h>

Inheritance diagram for tvm::relax::TupleStructInfo:
Collaboration diagram for tvm::relax::TupleStructInfo:

Public Member Functions

 TupleStructInfo (Array< StructInfo > fields, Span span=Span())
 Constructor. More...
 
 TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS (TupleStructInfo, StructInfo, TupleStructInfoNode)
 
- Public Member Functions inherited from tvm::relax::StructInfo
 TVM_DEFINE_OBJECT_REF_METHODS (StructInfo, ObjectRef, StructInfoNode)
 

Detailed Description

Managed reference to TupleStructInfoNode.

See also
TupleStructInfoNode

Constructor & Destructor Documentation

◆ TupleStructInfo()

tvm::relax::TupleStructInfo::TupleStructInfo ( Array< StructInfo fields,
Span  span = Span() 
)

Constructor.

Parameters
fieldsStruct info of tuple fields.
spanThe span of the AST.

Member Function Documentation

◆ TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS()

tvm::relax::TupleStructInfo::TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS ( TupleStructInfo  ,
StructInfo  ,
TupleStructInfoNode   
)

The documentation for this class was generated from the following file: