Home
last modified time | relevance | path

Searched refs:PredicateFuncType (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/
Dopt.h44 PredicateFuncType predicate_{nullptr};
50 …n(const OptimizerCallerPtr &transform, const std::string &name, const PredicateFuncType &predicate, in Substitution()
69 … const PredicateFuncType &predicate, const RenormAction &action_renorm = CHECK_RENORM,
Doptimizer_caller.h30 using PredicateFuncType = mindspore::PredicateFuncType; variable
Dopt.cc67 … const PredicateFuncType &predicate, const RenormAction &renorm_action, in MakeSubstitution()
/third_party/mindspore/mindspore/core/ir/
Dvisitor.h25 using PredicateFuncType = std::function<bool(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()
Dpattern_matcher.h45 …bool CheckFunc(const PredicateFuncType &func, const AnfNodePtr &node) { return func(get_object().G… in CheckFunc()
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/
Dless_batch_normalization.cc424 std::vector<PredicateFuncType> funcs(cnode->inputs().size() - 1, IsCNode); in operator ()()