tvm
tvm::relax::ExprFunctor< FType > Class Template Reference

A dynamical functor that dispatches on in the first Expr argument. You can use this as a more powerful Visitor, since it allows you to define function signatures of Visit Function. More...

Collaboration diagram for tvm::relax::ExprFunctor< FType >:

Detailed Description

template<typename FType>
class tvm::relax::ExprFunctor< FType >

A dynamical functor that dispatches on in the first Expr argument. You can use this as a more powerful Visitor, since it allows you to define function signatures of Visit Function.

See also
tvm/ir_functor.h
Template Parameters
FTypefunction signiture This type is only defined for FType with function signature R(const Expr&, Args...)

The documentation for this class was generated from the following file: