Searched defs:SequenceShape (Results 1 – 1 of 1) sorted by relevance
310 SequenceShape() : p_shapes_() {} in SequenceShape() function315 explicit SequenceShape(const BaseShapePtrList &shapes) : p_shapes_(shapes) {} in SequenceShape() function320 explicit SequenceShape(BaseShapePtrList &&shapes) : p_shapes_(std::move(shapes)) {} in SequenceShape() function421 MS_DECLARE_PARENT(TupleShape, SequenceShape) in MS_DECLARE_PARENT() argument448 MS_DECLARE_PARENT(ListShape, SequenceShape) in MS_DECLARE_PARENT() argument