tvm
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
tvm::TupleTypeNode Class Reference

The type of tuple values. More...

#include <type.h>

Inheritance diagram for tvm::TupleTypeNode:
Collaboration diagram for tvm::TupleTypeNode:

Public Member Functions

 TupleTypeNode ()
 
 TVM_FFI_DECLARE_OBJECT_INFO_FINAL ("ir.TupleType", TupleTypeNode, TypeNode)
 
- Public Member Functions inherited from tvm::TypeNode
 TVM_FFI_DECLARE_OBJECT_INFO ("ir.Type", TypeNode, Object)
 

Static Public Member Functions

static void RegisterReflection ()
 
- Static Public Member Functions inherited from tvm::TypeNode
static void RegisterReflection ()
 

Public Attributes

ffi::Array< Typefields
 The type of each field in the tuple. More...
 
- Public Attributes inherited from tvm::TypeNode
Span span
 Span that points to the original source code. Reserved debug information. More...
 

Additional Inherited Members

- Static Public Attributes inherited from tvm::TypeNode
static constexpr TVMFFISEqHashKind _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode
 
static constexpr const uint32_t _type_child_slots = 14
 

Detailed Description

The type of tuple values.

See also
TupleType

Constructor & Destructor Documentation

◆ TupleTypeNode()

tvm::TupleTypeNode::TupleTypeNode ( )
inline

Member Function Documentation

◆ RegisterReflection()

static void tvm::TupleTypeNode::RegisterReflection ( )
inlinestatic

◆ TVM_FFI_DECLARE_OBJECT_INFO_FINAL()

tvm::TupleTypeNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL ( "ir.TupleType"  ,
TupleTypeNode  ,
TypeNode   
)

Member Data Documentation

◆ fields

ffi::Array<Type> tvm::TupleTypeNode::fields

The type of each field in the tuple.


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