Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dfunc_graph_extends.cc92 …std::make_shared<TraceGenerateVarArg>(specialized_graph->GetVariableArgParameter()->debug_info())); in GenerateVarParams()
113 (void)repl_nodes->emplace(specialized_graph->GetVariableArgParameter(), var_tuple_param); in GenerateVarParams()
Dfunc_graph.h215 AnfNodePtr GetVariableArgParameter();
Dfunc_graph.cc541 AnfNodePtr FuncGraph::GetVariableArgParameter() { in GetVariableArgParameter() function in mindspore::FuncGraph