Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dstack_frame.h107 auto parent_graph = parent_context_->func_graph(); in ToString() local
/third_party/mindspore/mindspore/core/abstract/
Danalysis_context.cc31 FuncGraphPtr parent_graph = func_graph->parent(); in NewContext() local
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dkernel_graph.h211 std::weak_ptr<KernelGraph> parent_graph() const { return parent_graph_; } in parent_graph() function
213 …void set_parent_graph(const std::weak_ptr<KernelGraph> &parent_graph) { parent_graph_ = parent_gra… in set_parent_graph()