Home
last modified time | relevance | path

Searched refs:ListShapePtr (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/core/abstract/
Ddshape.h150 using ListShapePtr = std::shared_ptr<ListShape>; variable
Dutils.cc405 auto shape_list = base_shape->cast<ListShapePtr>(); in MakeAbstract()