#include <tir_pattern.h>
◆ 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 |
|
|
) |
| |
◆ matched_buffers
ffi::Array<tir::Buffer> tvm::relax::MatchResultNode::matched_buffers |
The matched buffers of input and output.
◆ 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: