Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/core/abstract/
Ddshape.h310 SequenceShape() : p_shapes_() {} in SequenceShape() function
315 explicit SequenceShape(const BaseShapePtrList &shapes) : p_shapes_(shapes) {} in SequenceShape() function
320 explicit SequenceShape(BaseShapePtrList &&shapes) : p_shapes_(std::move(shapes)) {} in SequenceShape() function
421 MS_DECLARE_PARENT(TupleShape, SequenceShape) in MS_DECLARE_PARENT() argument
448 MS_DECLARE_PARENT(ListShape, SequenceShape) in MS_DECLARE_PARENT() argument