Class TupleShape

Inheritance Relationships

Base Type

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.