Home
last modified time | relevance | path

Searched refs:kwonlyargs_count (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/core/ir/
Dfunc_graph_cloner.cc228 (*target_func_graph)->set_kwonlyargs_count(func_graph->kwonlyargs_count()); in SetFuncGraphInfo()
752 new_func_graph->set_kwonlyargs_count(func_graph->kwonlyargs_count()); in TransformableClone()
Dfunc_graph_extends.cc196 …if (!has_vararg() && kwonlyargs_count() == 0 && !has_kwarg() && GetDefaultValueCount() == 0 && kwa… in NeedGenerate()
Dfunc_graph.h220 int kwonlyargs_count() const { return kwonlyargs_count_; } in kwonlyargs_count() function
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dparse.cc2174 func_graph->set_kwonlyargs_count(current_graph->kwonlyargs_count()); in MakeTopGraph()