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

A dummy global info sub-class for testing purpose. More...

#include <global_info.h>

Inheritance diagram for tvm::DummyGlobalInfoNode:
Collaboration diagram for tvm::DummyGlobalInfoNode:

Public Member Functions

 TVM_DECLARE_FINAL_OBJECT_INFO (DummyGlobalInfoNode, GlobalInfoNode)
 
- Public Member Functions inherited from tvm::GlobalInfoNode
 TVM_DECLARE_BASE_OBJECT_INFO (GlobalInfoNode, Object)
 

Static Public Member Functions

static void RegisterReflection ()
 

Static Public Attributes

static constexpr const char * _type_key = "ir.DummyGlobalInfo"
 
- Static Public Attributes inherited from tvm::GlobalInfoNode
static constexpr const char * _type_key = "ir.GlobalInfo"
 
static constexpr TVMFFISEqHashKind _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode
 

Detailed Description

A dummy global info sub-class for testing purpose.

Member Function Documentation

◆ RegisterReflection()

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

◆ TVM_DECLARE_FINAL_OBJECT_INFO()

tvm::DummyGlobalInfoNode::TVM_DECLARE_FINAL_OBJECT_INFO ( DummyGlobalInfoNode  ,
GlobalInfoNode   
)

Member Data Documentation

◆ _type_key

constexpr const char* tvm::DummyGlobalInfoNode::_type_key = "ir.DummyGlobalInfo"
staticconstexpr

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