Searched defs:TupleShape (Results 1 – 1 of 1) sorted by relevance
124 TupleShape() : SequeueShape() {} in TupleShape() function125 explicit TupleShape(const BaseShapePtrList &shapes) : SequeueShape(shapes) {} in TupleShape() function127 MS_DECLARE_PARENT(TupleShape, SequeueShape) in MS_DECLARE_PARENT() argument