tvm
|
Functors and visitors for struct info. More...
#include <tvm/node/functor.h>
#include <tvm/relax/distributed/struct_info.h>
#include <tvm/relax/struct_info.h>
#include <utility>
Go to the source code of this file.
Classes | |
class | tvm::relax::StructInfoFunctor< R(const StructInfo &n, Args...)> |
class | tvm::relax::StructInfoVisitor |
A struct info visitor. More... | |
class | tvm::relax::StructInfoMutator |
StructInfoMutator that mutates struct info. More... | |
Namespaces | |
tvm | |
runtime implementation for LibTorch/TorchScript. | |
tvm::relax | |
Macros | |
#define | STRUCT_INFO_FUNCTOR_DEFAULT { return VisitStructInfoDefault_(op, std::forward<Args>(args)...); } |
#define | TVM_STRUCT_INFO_FUNCTOR_DISPATCH(OP) |
Functors and visitors for struct info.
#define STRUCT_INFO_FUNCTOR_DEFAULT { return VisitStructInfoDefault_(op, std::forward<Args>(args)...); } |
#define TVM_STRUCT_INFO_FUNCTOR_DISPATCH | ( | OP | ) |