tvm
tvm::relay::DFPatternFunctor< FType > Class Template Reference

A dynamical functor that dispatches on in the first DFPattern argument. More...

Inheritance diagram for tvm::relay::DFPatternFunctor< FType >:
Collaboration diagram for tvm::relay::DFPatternFunctor< FType >:

Detailed Description

template<typename FType>
class tvm::relay::DFPatternFunctor< FType >

A dynamical functor that dispatches on in the first DFPattern argument.

Template Parameters
FTypefunction signature This type is only defined for FType with function signature R(const DFPattern&, Args...)

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