Home
last modified time | relevance | path

Searched refs:caller_first_arg_index (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore/core/ir/
Dfunc_graph_cloner.cc399 constexpr auto caller_first_arg_index = 2; in AddInputs() local
400 for (size_t i = caller_first_arg_index; i < inputs.size(); i++) { in AddInputs()
424 OrderParameters(func_graph, inputs, caller_first_arg_index); in AddInputs()