Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dfunc_graph_extends.cc85 void FuncGraph::GenerateVarParams(const FuncGraphPtr &specialized_graph, int variable_args_count, in GenerateVarParams()
257 int variable_args_count = pos_args_input_count - pos_args_count; in GenerateGraph() local