Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/abstract/
Dabstract_value.h74 virtual BaseShapePtr BuildShape() const { return kNoShape; } in BuildShape() function
402 BaseShapePtr BuildShape() const override { return std::make_shared<TupleShape>(ElementsShape()); } in BuildShape() function
431 BaseShapePtr BuildShape() const override { return std::make_shared<ListShape>(ElementsShape()); } in BuildShape() function
Dabstract_value.cc538 BaseShapePtr AbstractTensor::BuildShape() const { in BuildShape() function in mindspore::abstract::AbstractTensor
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/
Ddata_schema.cc260 static Status BuildShape(const nlohmann::json &shapeVal, std::vector<dsize_t> *outShape) { in BuildShape() function