Home
last modified time | relevance | path

Searched refs:VisitFuncType (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/core/ir/
Dvisitor.h24 using VisitFuncType = std::function<void(const AnfNodePtr &)>; variable
32 VisitFuncType Match(const PrimitivePtr &, const std::vector<PredicateFuncType> & = {});
Dvisitor.cc38 VisitFuncType AnfIrVisitor::Match(const PrimitivePtr &prim, const std::vector<PredicateFuncType> &f… in Match()