Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/core/ir/
Dfunc_graph_extends.cc77 void FuncGraph::GenerateVarParams(const FuncGraphPtr &specialized_graph, int variable_args_count, in GenerateVarParams()
305 int variable_args_count = pos_args_input_count - GetPositionalArgsCount(); in GenerateFuncGraph() local