tvm
Public Member Functions | Static Public Member Functions | 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_FFI_DECLARE_OBJECT_INFO_FINAL ("relax.MatchResult", MatchResultNode, Object)
 

Static Public Member Functions

static void RegisterReflection ()
 

Public Attributes

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

Member Function Documentation

◆ RegisterReflection()

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

◆ TVM_FFI_DECLARE_OBJECT_INFO_FINAL()

tvm::relax::MatchResultNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL ( "relax.MatchResult"  ,
MatchResultNode  ,
Object   
)

Member Data Documentation

◆ matched_buffers

ffi::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

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

The evaluated values of symbolic vars.


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