Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dparse.h105 static void UpdateTopFuncGraph(const FuncGraphPtr &func_graph);
Dparse.cc139 void Parser::UpdateTopFuncGraph(const FuncGraphPtr &func_graph) { top_func_graph_ = FuncGraphWeakPt… in UpdateTopFuncGraph() function in mindspore::parse::Parser
295 UpdateTopFuncGraph(func_block->func_graph()); in ParseFunction()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Daction.cc369 parse::Parser::UpdateTopFuncGraph(top_graph); in ParseAction()
533 parse::Parser::UpdateTopFuncGraph(result.context->func_graph()); in AbstractSpecializeAction()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Devaluator.cc334 parse::Parser::UpdateTopFuncGraph(res); in GetFuncGraph()