Home
last modified time | relevance | path

Searched defs:possible_func (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/static_analysis/
Dstatic_analysis.cc405 AbstractFuncAtomPtr GetRealFuncAtom(const AbstractFuncAtomPtr &possible_func) { in GetRealFuncAtom()
458 auto possible_func = GetEvalResult(origin_cnode->input(1), engine, conf); in IsFuncGraphAbstractInput() local
844 auto &possible_func = possible_func_eval_result->abstract(); in GetCNodeOperatorAbstract() local
924 …AbstractBasePtr possible_func = GetCNodeOperatorAbstract(cnode, conf->context(), conf->func_graph(… in EvalCNode() local
987 func->Visit([this, &evaluators, &cnode](const AbstractFuncAtomPtr &possible_func) { in EvalCNode()
998 func->Visit([&contains_side_effect](const AbstractFuncAtomPtr &possible_func) { in EvalCNode()
/third_party/mindspore/mindspore-src/source/mindspore/core/load_mindir/
Dinfer_mindir.cc534 AbstractBasePtr possible_func = GetCNodeOperatorAbstract(cnode); in InferCNode() local