tvm
|
The type of tuple values. More...
#include <type.h>
Public Member Functions | |
TupleTypeNode () | |
TVM_FFI_DECLARE_OBJECT_INFO_FINAL ("ir.TupleType", TupleTypeNode, TypeNode) | |
![]() | |
TVM_FFI_DECLARE_OBJECT_INFO ("ir.Type", TypeNode, Object) | |
Static Public Member Functions | |
static void | RegisterReflection () |
![]() | |
static void | RegisterReflection () |
Public Attributes | |
ffi::Array< Type > | fields |
The type of each field in the tuple. More... | |
![]() | |
Span | span |
Span that points to the original source code. Reserved debug information. More... | |
Additional Inherited Members | |
![]() | |
static constexpr TVMFFISEqHashKind | _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode |
static constexpr const uint32_t | _type_child_slots = 14 |
The type of tuple values.
|
inline |
|
inlinestatic |
tvm::TupleTypeNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL | ( | "ir.TupleType" | , |
TupleTypeNode | , | ||
TypeNode | |||
) |
ffi::Array<Type> tvm::TupleTypeNode::fields |
The type of each field in the tuple.