Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dfunc_graph_cloner.h98 …erParameters(const FuncGraphPtr &func_graph, const AnfNodePtrList &inputs, size_t arg_start_index);
Dfunc_graph_cloner.cc427 …rParameters(const FuncGraphPtr &func_graph, const AnfNodePtrList &inputs, size_t arg_start_index) { in OrderParameters() argument
435 for (size_t i = arg_start_index; i < inputs.size(); ++i) { in OrderParameters()
/third_party/mindspore/mindspore/ccsrc/vm/
Dvm.cc437 const size_t arg_start_index = 2; in InstExternal() local
438 for (size_t i = arg_start_index; i < args.size(); ++i) { in InstExternal()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dprogram_specialize.cc672 const size_t arg_start_index = 2; in ProcessCNode() local
676 (void)args.insert(args.begin(), inputs.begin() + SizeToInt(arg_start_index), inputs.end()); in ProcessCNode()