#include <tir_pattern.h>
|
static constexpr const char * | _type_key = "relax.MatchResult" |
|
◆ RegisterReflection()
static void tvm::relax::MatchResultNode::RegisterReflection |
( |
| ) |
|
|
inlinestatic |
◆ TVM_DECLARE_FINAL_OBJECT_INFO()
tvm::relax::MatchResultNode::TVM_DECLARE_FINAL_OBJECT_INFO |
( |
MatchResultNode |
, |
|
|
Object |
|
|
) |
| |
◆ _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
◆ 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: