Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dfunc_graph_extends.cc62 FuncGraphPtr this_graph = shared_from_base<FuncGraph>(); in set_output() local
63 return_ = this_graph->NewCNodeInOrder(params); in set_output()
Dfunc_graph.cc117 FuncGraphPtr this_graph = shared_from_base<FuncGraph>(); in AddWeightParameter() local
118 ParameterPtr p = std::make_shared<Parameter>(this_graph); in AddWeightParameter()