tvm
Public Member Functions | Static Public Member Functions | Public Attributes | Static 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_DECLARE_FINAL_OBJECT_INFO (TupleTypeNode, TypeNode)
 
- Public Member Functions inherited from tvm::TypeNode
 TVM_DECLARE_BASE_OBJECT_INFO (TypeNode, Object)
 

Static Public Member Functions

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

Public Attributes

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...
 

Static Public Attributes

static constexpr const char * _type_key = "ir.TupleType"
 
- Static Public Attributes inherited from tvm::TypeNode
static constexpr TVMFFISEqHashKind _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode
 
static constexpr const char * _type_key = "ir.Type"
 
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_DECLARE_FINAL_OBJECT_INFO()

tvm::TupleTypeNode::TVM_DECLARE_FINAL_OBJECT_INFO ( TupleTypeNode  ,
TypeNode   
)

Member Data Documentation

◆ _type_key

constexpr const char* tvm::TupleTypeNode::_type_key = "ir.TupleType"
staticconstexpr

◆ fields

Array<Type> tvm::TupleTypeNode::fields

The type of each field in the tuple.


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