tvm
|
Functors and visitors for dataflow patterns. More...
Go to the source code of this file.
Classes | |
class | tvm::relax::DFPatternFunctor< R(const DFPattern &n, Args...)> |
class | tvm::relax::DFPatternVisitor |
A simple visitor wrapper around DFPatternFunctor. Recursively visit the content. More... | |
Namespaces | |
tvm | |
runtime implementation for LibTorch/TorchScript. | |
tvm::relax | |
Macros | |
#define | DFPATTERN_FUNCTOR_DEFAULT { return VisitDFPatternDefault_(op, std::forward<Args>(args)...); } |
#define | RELAX_DFPATTERN_FUNCTOR_DISPATCH(OP) |
Functors and visitors for dataflow patterns.
#define DFPATTERN_FUNCTOR_DEFAULT { return VisitDFPatternDefault_(op, std::forward<Args>(args)...); } |
#define RELAX_DFPATTERN_FUNCTOR_DISPATCH | ( | OP | ) |