Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/utils/
Dinfo.h231 void set_graph(const FuncGraphPtr &func_graph) { func_graph_ = FuncGraphWeakPtr(func_graph); } in set_graph() function
/third_party/mindspore/mindspore/core/ir/
Dfunc_graph.cc207 this->debug_info_->set_graph(shared_from_base<FuncGraph>()); in debug_info()