Home
last modified time | relevance | path

Searched defs:need_unpack (Results 1 – 2 of 2) 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
702 bool need_unpack = false; in ParseArgsInCall() local
726 bool need_unpack = false; in ParseKeywordsInCall() local
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dprim.cc114 …tractBasePtrList GetUnpackGraphSpecArgsList(AbstractBasePtrList args_spec_list, bool need_unpack) { in GetUnpackGraphSpecArgsList()