Searched defs:GraphSegment (Results 1 – 1 of 1) sorted by relevance
1118 struct GraphSegment { struct1119 GraphSegment(const AnfNodePtrList &nodes, bool is_cut) : nodes_(nodes), is_cut_(is_cut) {} in GraphSegment() argument1120 …void AddPreSegment(const std::shared_ptr<GraphSegment> &segment) { (void)pre_segments_.insert(segm… in AddPreSegment() argument1122 std::set<std::shared_ptr<GraphSegment>> pre_segments_; argument