Searched refs:child_graph_order_ (Results 1 – 2 of 2) sorted by relevance
85 child_graph_order_ = graph.child_graph_order_; in KernelGraph()199 …t std::vector<std::weak_ptr<KernelGraph>> &child_graph_order() const { return child_graph_order_; } in child_graph_order()200 …d_graph_order(const std::vector<std::weak_ptr<KernelGraph>> &order) { child_graph_order_ = order; } in set_child_graph_order()434 std::vector<std::weak_ptr<KernelGraph>> child_graph_order_; variable
957 for (const auto &child_graph : child_graph_order_) { in GetLeafGraphOrder()967 bool KernelGraph::IsLeafGraph() const { return child_graph_order_.empty(); } in IsLeafGraph()1321 child_graph_order_ = child_graph_order; in UpdateChildGraphOrder()