Class ListShape

Inheritance Relationships

Base Type

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.