Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dfunc_graph_cloner.cc226 (*target_func_graph)->set_has_vararg(func_graph->has_vararg()); in SetFuncGraphInfo()
750 new_func_graph->set_has_vararg(func_graph->has_vararg()); in TransformableClone()
Dfunc_graph_extends.cc294 specialized_graph->set_has_vararg(false); in GenerateGraph()
Dfunc_graph.h213 void set_has_vararg(bool has_) { has_vararg_ = has_; } in set_has_vararg() function
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dparse.cc193 block_fg->set_has_vararg(!py::isinstance<py::none>(var_arg_node)); in GenerateArgsNodeForFunction()
2172 func_graph->set_has_vararg(current_graph->has_vararg()); in MakeTopGraph()