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

Pattern for matching a certain struct info. More...

#include <dataflow_pattern.h>

Inheritance diagram for tvm::relax::StructInfoPatternNode:
Collaboration diagram for tvm::relax::StructInfoPatternNode:

Public Member Functions

 TVM_DECLARE_FINAL_OBJECT_INFO (StructInfoPatternNode, DFPatternNode)
 
- Public Member Functions inherited from tvm::relax::DFPatternNode
 TVM_DECLARE_BASE_OBJECT_INFO (DFPatternNode, Object)
 

Static Public Member Functions

static void RegisterReflection ()
 

Public Attributes

DFPattern pattern
 
StructInfo struct_info
 

Static Public Attributes

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

Detailed Description

Pattern for matching a certain struct info.

See also
StructInfoPattern

Member Function Documentation

◆ RegisterReflection()

static void tvm::relax::StructInfoPatternNode::RegisterReflection ( )
inlinestatic

◆ TVM_DECLARE_FINAL_OBJECT_INFO()

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

Member Data Documentation

◆ _type_key

constexpr const char* tvm::relax::StructInfoPatternNode::_type_key = "relax.dpl.StructInfoPattern"
staticconstexpr

◆ pattern

DFPattern tvm::relax::StructInfoPatternNode::pattern

The pattern to match

◆ struct_info

StructInfo tvm::relax::StructInfoPatternNode::struct_info

The type to match


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