Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dfunc_graph_extends.cc86int pos_args_input_count, std::vector<AnfNodePtr> *specialized_parameter_list, in GenerateVarParams()
255 int pos_args_input_count = SizeToInt(arguments_count - kwarg_count - hyper_param_count_); in GenerateGraph() local