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

#include <tir_pattern.h>

Inheritance diagram for tvm::relax::MatchResultNode:
Collaboration diagram for tvm::relax::MatchResultNode:

Public Member Functions

 TVM_DECLARE_FINAL_OBJECT_INFO (MatchResultNode, Object)
 

Static Public Member Functions

static void RegisterReflection ()
 

Public Attributes

TIRPattern pattern
 
Array< PrimExprsymbol_values
 The evaluated values of symbolic vars. More...
 
Array< tir::Buffermatched_buffers
 The matched buffers of input and output. More...
 

Static Public Attributes

static constexpr const char * _type_key = "relax.MatchResult"
 

Member Function Documentation

◆ RegisterReflection()

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

◆ TVM_DECLARE_FINAL_OBJECT_INFO()

tvm::relax::MatchResultNode::TVM_DECLARE_FINAL_OBJECT_INFO ( MatchResultNode  ,
Object   
)

Member Data Documentation

◆ _type_key

constexpr const char* tvm::relax::MatchResultNode::_type_key = "relax.MatchResult"
staticconstexpr

◆ matched_buffers

Array<tir::Buffer> tvm::relax::MatchResultNode::matched_buffers

The matched buffers of input and output.

◆ pattern

TIRPattern tvm::relax::MatchResultNode::pattern

The matched tir pattern

◆ symbol_values

Array<PrimExpr> tvm::relax::MatchResultNode::symbol_values

The evaluated values of symbolic vars.


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