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

A Pattern to Match a Relax Global Variable. More...

#include <dataflow_pattern.h>

Inheritance diagram for tvm::relax::GlobalVarPatternNode:
Collaboration diagram for tvm::relax::GlobalVarPatternNode:

Public Member Functions

 TVM_DECLARE_FINAL_OBJECT_INFO (GlobalVarPatternNode, DFPatternNode)
 
- Public Member Functions inherited from tvm::relax::VarPatternNode
const String & name_hint () const
 
 TVM_DECLARE_BASE_OBJECT_INFO (VarPatternNode, DFPatternNode)
 
- Public Member Functions inherited from tvm::relax::DFPatternNode
 TVM_DECLARE_BASE_OBJECT_INFO (DFPatternNode, Object)
 

Static Public Attributes

static constexpr const char * _type_key = "relax.dpl.GlobalVarPattern"
 
- Static Public Attributes inherited from tvm::relax::VarPatternNode
static constexpr const char * _type_key = "relax.dpl.VarPattern"
 
static constexpr const uint32_t _type_child_slots = 1
 
- Static Public Attributes inherited from tvm::relax::DFPatternNode
static constexpr const char * _type_key = "DFPatternNode"
 
static constexpr const uint32_t _type_child_slots = 21
 

Additional Inherited Members

- Static Public Member Functions inherited from tvm::relax::VarPatternNode
static void RegisterReflection ()
 
- Public Attributes inherited from tvm::relax::VarPatternNode
String name
 

Detailed Description

A Pattern to Match a Relax Global Variable.

See also
GlobalVarPattern

Member Function Documentation

◆ TVM_DECLARE_FINAL_OBJECT_INFO()

tvm::relax::GlobalVarPatternNode::TVM_DECLARE_FINAL_OBJECT_INFO ( GlobalVarPatternNode  ,
DFPatternNode   
)

Member Data Documentation

◆ _type_key

constexpr const char* tvm::relax::GlobalVarPatternNode::_type_key = "relax.dpl.GlobalVarPattern"
staticconstexpr

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