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

Information about attribute fields in string representations. More...

#include <attrs.h>

Inheritance diagram for tvm::AttrFieldInfoNode:
Collaboration diagram for tvm::AttrFieldInfoNode:

Public Member Functions

 TVM_DECLARE_FINAL_OBJECT_INFO (AttrFieldInfoNode, Object)
 

Static Public Member Functions

static void RegisterReflection ()
 

Public Attributes

String name
 name of the field More...
 
String type_info
 type docstring information in str. More...
 
String description
 detailed description of the type More...
 

Static Public Attributes

static constexpr const char * _type_key = "ir.AttrFieldInfo"
 
static constexpr TVMFFISEqHashKind _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode
 

Detailed Description

Information about attribute fields in string representations.

Member Function Documentation

◆ RegisterReflection()

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

◆ TVM_DECLARE_FINAL_OBJECT_INFO()

tvm::AttrFieldInfoNode::TVM_DECLARE_FINAL_OBJECT_INFO ( AttrFieldInfoNode  ,
Object   
)

Member Data Documentation

◆ _type_key

constexpr const char* tvm::AttrFieldInfoNode::_type_key = "ir.AttrFieldInfo"
staticconstexpr

◆ _type_s_eq_hash_kind

constexpr TVMFFISEqHashKind tvm::AttrFieldInfoNode::_type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode
staticconstexpr

◆ description

String tvm::AttrFieldInfoNode::description

detailed description of the type

◆ name

String tvm::AttrFieldInfoNode::name

name of the field

◆ type_info

String tvm::AttrFieldInfoNode::type_info

type docstring information in str.


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