Searched refs:set_has_kwarg (Results 1 – 4 of 4) sorted by relevance
227 (*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()
293 specialized_graph->set_has_kwarg(false); in GenerateGraph()
217 void set_has_kwarg(bool has_) { has_kwarg_ = has_; } in set_has_kwarg() function
196 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()