tvm
|
StructInfo of Tuple. More...
#include <struct_info.h>
Public Member Functions | |
TVM_DECLARE_FINAL_OBJECT_INFO (TupleStructInfoNode, StructInfoNode) | |
![]() | |
TVM_DECLARE_BASE_OBJECT_INFO (StructInfoNode, Object) | |
Static Public Member Functions | |
static void | RegisterReflection () |
![]() | |
static void | RegisterReflection () |
Public Attributes | |
Array< StructInfo > | fields |
The struct info of tuple fields. More... | |
![]() | |
Span | span |
Span that points to the original source code. Reserved debug information. More... | |
Static Public Attributes | |
static constexpr const char * | _type_key = "relax.TupleStructInfo" |
![]() | |
static constexpr TVMFFISEqHashKind | _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode |
static constexpr const char * | _type_key = "ir.StructInfo" |
static constexpr const uint32_t | _type_child_slots = 7 |
StructInfo of Tuple.
|
inlinestatic |
tvm::relax::TupleStructInfoNode::TVM_DECLARE_FINAL_OBJECT_INFO | ( | TupleStructInfoNode | , |
StructInfoNode | |||
) |
|
staticconstexpr |
Array<StructInfo> tvm::relax::TupleStructInfoNode::fields |
The struct info of tuple fields.