Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/session/
Dkernel_graph.cc958 std::shared_ptr<KernelGraph> child_graph_ptr = child_graph.lock(); in GetLeafGraphOrder() local
959 MS_EXCEPTION_IF_NULL(child_graph_ptr); in GetLeafGraphOrder()
960 auto child_leaf_graph_order = child_graph_ptr->GetLeafGraphOrder(); in GetLeafGraphOrder()
Dascend_session.cc1917 std::shared_ptr<KernelGraph> child_graph_ptr = child_graph.lock(); in UpdateRefOutputMap() local
1918 MS_EXCEPTION_IF_NULL(child_graph_ptr); in UpdateRefOutputMap()
1919 UpdateRefOutputMap(NOT_NULL(child_graph_ptr), memo); in UpdateRefOutputMap()
1921 auto child_ref_map = child_graph_ptr->GetRefMap(); in UpdateRefOutputMap()