Class TupleShape
Defined in File dshape.h
Inheritance Relationships
Base Type
public mindspore::abstract::SequenceShape
(Class SequenceShape)
Class Documentation
-
class TupleShape : public mindspore::abstract::SequenceShape
TupleShape defines shape used by tuple with tensor inside.
Public Functions
-
inline TupleShape()
Constructor of TupleShape.
-
inline explicit TupleShape(const BaseShapePtrList &shapes)
Constructor of TupleShape.
- Parameters
shapes – [in] Element-shapes of TupleShape.
-
~TupleShape() override = default
Destructor of TupleShape.
-
inline TupleShape()