Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dresolve.cc111 auto top_func_graph = Parser::GetTopFuncGraph(); in ResolveParameterObj() local
114 for (auto const &param : top_func_graph->parameters()) { in ResolveParameterObj()
119 … << ", param: " << para_node->DebugString() << ", top_func_graph: " << top_func_graph->ToString(); in ResolveParameterObj()
124 auto node = top_func_graph->AddWeightParameter(param_name); in ResolveParameterObj()
132 … << ", param: " << para_node->DebugString() << ", top_func_graph: " << top_func_graph->ToString(); in ResolveParameterObj()