Home
last modified time | relevance | path

Searched defs:has_ (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore/core/ir/
Dfunc_graph.h213 void set_has_vararg(bool has_) { has_vararg_ = has_; } in set_has_vararg()
217 void set_has_kwarg(bool has_) { has_kwarg_ = has_; } in set_has_kwarg()