tvm
|
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...
#include <expr_functor.h>
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.
FType | function signiture This type is only defined for FType with function signature R(const Expr&, Args...) |