tvm
Public Member Functions | 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_FFI_DECLARE_OBJECT_INFO_FINAL ("relax.dpl.GlobalVarPattern", GlobalVarPatternNode, DFPatternNode)
 
- Public Member Functions inherited from tvm::relax::VarPatternNode
const ffi::String & name_hint () const
 
 TVM_FFI_DECLARE_OBJECT_INFO ("relax.dpl.VarPattern", VarPatternNode, DFPatternNode)
 
- Public Member Functions inherited from tvm::relax::DFPatternNode
 TVM_FFI_DECLARE_OBJECT_INFO ("relax.dpl.DFPattern", DFPatternNode, Object)
 

Additional Inherited Members

- Static Public Member Functions inherited from tvm::relax::VarPatternNode
static void RegisterReflection ()
 
- Public Attributes inherited from tvm::relax::VarPatternNode
ffi::String name
 
- Static Public Attributes inherited from tvm::relax::VarPatternNode
static constexpr const uint32_t _type_child_slots = 1
 
- Static Public Attributes inherited from tvm::relax::DFPatternNode
static constexpr const uint32_t _type_child_slots = 21
 

Detailed Description

A Pattern to Match a Relax Global Variable.

See also
GlobalVarPattern

Member Function Documentation

◆ TVM_FFI_DECLARE_OBJECT_INFO_FINAL()

tvm::relax::GlobalVarPatternNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL ( "relax.dpl.GlobalVarPattern"  ,
GlobalVarPatternNode  ,
DFPatternNode   
)

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