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

GlobalInfo are globally static object that are referred by the IR itself. Base node for all global info that can appear in the IR. More...

#include <global_info.h>

Inheritance diagram for tvm::GlobalInfoNode:
Collaboration diagram for tvm::GlobalInfoNode:

Public Member Functions

 TVM_DECLARE_BASE_OBJECT_INFO (GlobalInfoNode, Object)
 

Static Public Attributes

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

Detailed Description

GlobalInfo are globally static object that are referred by the IR itself. Base node for all global info that can appear in the IR.

Member Function Documentation

◆ TVM_DECLARE_BASE_OBJECT_INFO()

tvm::GlobalInfoNode::TVM_DECLARE_BASE_OBJECT_INFO ( GlobalInfoNode  ,
Object   
)

Member Data Documentation

◆ _type_key

constexpr const char* tvm::GlobalInfoNode::_type_key = "ir.GlobalInfo"
staticconstexpr

◆ _type_s_eq_hash_kind

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

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