Searched refs:VisitFuncType (Results 1 – 2 of 2) sorted by relevance
24 using VisitFuncType = std::function<void(const AnfNodePtr &)>; variable32 VisitFuncType Match(const PrimitivePtr &, const std::vector<PredicateFuncType> & = {});
38 VisitFuncType AnfIrVisitor::Match(const PrimitivePtr &prim, const std::vector<PredicateFuncType> &f… in Match()