Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dfunc_graph_extends.cc183 …std::make_shared<TraceGenerateKwArg>(specialized_graph->GetVariableKwargParameter()->debug_info())… in GenerateKwargReplNode()
189 (void)repl_nodes->emplace(specialized_graph->GetVariableKwargParameter(), make_dict_node); in GenerateKwargReplNode()
Dfunc_graph.h221 AnfNodePtr GetVariableKwargParameter();
Dfunc_graph.cc589 AnfNodePtr FuncGraph::GetVariableKwargParameter() { in GetVariableKwargParameter() function in mindspore::FuncGraph