Home
last modified time | relevance | path

Searched defs:TupleShape (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore/core/abstract/
Ddshape.h124 TupleShape() : SequeueShape() {} in TupleShape() function
125 explicit TupleShape(const BaseShapePtrList &shapes) : SequeueShape(shapes) {} in TupleShape() function
127 MS_DECLARE_PARENT(TupleShape, SequeueShape) in MS_DECLARE_PARENT() argument