Home
last modified time | relevance | path

Searched refs:need_unpack (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dparse.cc659 bool need_unpack = need_unpack_args || need_unpack_keywords; in ParseCall() local
661 … GenerateAnfNodeForCall(block, call_function_node, packed_arguments, group_arguments, need_unpack); in ParseCall()
683 … const std::vector<AnfNodePtr> &group_arguments, bool need_unpack) const { in GenerateAnfNodeForCall()
686 if (need_unpack) { in GenerateAnfNodeForCall()
702 bool need_unpack = false; in ParseArgsInCall() local
711 need_unpack = true; in ParseArgsInCall()
721 return need_unpack; in ParseArgsInCall()
726 bool need_unpack = false; in ParseKeywordsInCall() local
731 need_unpack = true; in ParseKeywordsInCall()
756 return need_unpack; in ParseKeywordsInCall()
Dparse.h244 … const std::vector<AnfNodePtr> &group_arguments, bool need_unpack) const;
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dprim.cc114 …tractBasePtrList GetUnpackGraphSpecArgsList(AbstractBasePtrList args_spec_list, bool need_unpack) { in GetUnpackGraphSpecArgsList() argument
118 if (need_unpack) { in GetUnpackGraphSpecArgsList()