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