Searched refs:set_has_vararg (Results 1 – 4 of 4) sorted by relevance
226 (*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()
294 specialized_graph->set_has_vararg(false); in GenerateGraph()
213 void set_has_vararg(bool has_) { has_vararg_ = has_; } in set_has_vararg() function
193 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()