Home
last modified time | relevance | path

Searched defs:new_func_graph (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Dgraph_kernel_expander.cc166 AnfNodePtr PyExpander::CreateExpandGraphKernel(const FuncGraphPtr &new_func_graph, const CNodePtr &… in CreateExpandGraphKernel()
184 auto new_func_graph = CreateExpandFuncGraph(cnode); in Run() local
/third_party/mindspore/mindspore/lite/tools/converter/quantizer/
Dquantize_util.cc586 auto new_func_graph = cloner[func_graph]; in CopyFuncGraph() local
/third_party/mindspore/mindspore/core/ir/
Dfunc_graph_cloner.cc737 auto new_func_graph = std::make_shared<FuncGraph>(); in TransformableClone() local