Searched refs:PredicateFuncType (Results 1 – 7 of 7) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/ |
D | opt.h | 44 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,
|
D | optimizer_caller.h | 30 using PredicateFuncType = mindspore::PredicateFuncType; variable
|
D | opt.cc | 67 … const PredicateFuncType &predicate, const RenormAction &renorm_action, in MakeSubstitution()
|
/third_party/mindspore/mindspore/core/ir/ |
D | visitor.h | 25 using PredicateFuncType = std::function<bool(const AnfNodePtr &)>; variable 32 VisitFuncType Match(const PrimitivePtr &, const std::vector<PredicateFuncType> & = {});
|
D | visitor.cc | 38 VisitFuncType AnfIrVisitor::Match(const PrimitivePtr &prim, const std::vector<PredicateFuncType> &f… in Match()
|
D | pattern_matcher.h | 45 …bool CheckFunc(const PredicateFuncType &func, const AnfNodePtr &node) { return func(get_object().G… in CheckFunc()
|
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/ |
D | less_batch_normalization.cc | 424 std::vector<PredicateFuncType> funcs(cnode->inputs().size() - 1, IsCNode); in operator ()()
|