Home
last modified time | relevance | path

Searched refs:kNoShape (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/core/abstract/
Ddshape.h64 inline const std::shared_ptr<NoShape> kNoShape = std::make_shared<NoShape>(); variable
Dabstract_value.h51 const BaseShapePtr &shape = kNoShape)
74 virtual BaseShapePtr BuildShape() const { return kNoShape; } in BuildShape()
Dabstract_value.cc542 return kNoShape; in BuildShape()