tvm
|
Data Structure of TIR Pattern used for matching. More...
#include <tvm/tir/function.h>
Go to the source code of this file.
Classes | |
class | tvm::relax::MatchResultNode |
class | tvm::relax::MatchResult |
Managed reference to MatchResultNode. More... | |
Namespaces | |
tvm | |
runtime implementation for LibTorch/TorchScript. | |
tvm::relax | |
Typedefs | |
using | tvm::relax::TIRPattern = tir::PrimFunc |
using | tvm::relax::FCodegen = runtime::TypedPackedFunc< Array< ObjectRef >(Array< MatchResult > match_results)> |
Data Structure of TIR Pattern used for matching.