Searched refs:child_graph_ptr (Results 1 – 2 of 2) sorted by relevance
958 std::shared_ptr<KernelGraph> child_graph_ptr = child_graph.lock(); in GetLeafGraphOrder() local959 MS_EXCEPTION_IF_NULL(child_graph_ptr); in GetLeafGraphOrder()960 auto child_leaf_graph_order = child_graph_ptr->GetLeafGraphOrder(); in GetLeafGraphOrder()
1917 std::shared_ptr<KernelGraph> child_graph_ptr = child_graph.lock(); in UpdateRefOutputMap() local1918 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()