Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dfunc_graph_cloner.cc227 (*target_func_graph)->set_has_kwarg(func_graph->has_kwarg()); in SetFuncGraphInfo()
751 new_func_graph->set_has_kwarg(func_graph->has_kwarg()); in TransformableClone()
Dfunc_graph_extends.cc293 specialized_graph->set_has_kwarg(false); in GenerateGraph()
Dfunc_graph.h217 void set_has_kwarg(bool has_) { has_kwarg_ = has_; } in set_has_kwarg() function
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dparse.cc196 block_fg->set_has_kwarg(!py::isinstance<py::none>(kw_arg_node)); in GenerateArgsNodeForFunction()
2173 func_graph->set_has_kwarg(current_graph->has_kwarg()); in MakeTopGraph()