tvm
|
Managed reference to TupleTypeNode. More...
#include <type.h>
Public Member Functions | |
TupleType (Array< Type > fields, Span span=Span()) | |
Constructor. More... | |
TVM_DEFINE_OBJECT_REF_METHODS (TupleType, Type, TupleTypeNode) | |
![]() | |
TVM_DEFINE_OBJECT_REF_METHODS (Type, ObjectRef, TypeNode) | |
Static Public Member Functions | |
static TupleType | Empty () |
Create an empty tuple type that constains nothing. More... | |
Managed reference to TupleTypeNode.
Constructor.
fields | Fields in the tuple. |
span | The span of the type. |
|
static |
Create an empty tuple type that constains nothing.
tvm::TupleType::TVM_DEFINE_OBJECT_REF_METHODS | ( | TupleType | , |
Type | , | ||
TupleTypeNode | |||
) |