Searched defs:BuildShape (Results 1 – 3 of 3) sorted by relevance
74 virtual BaseShapePtr BuildShape() const { return kNoShape; } in BuildShape() function402 BaseShapePtr BuildShape() const override { return std::make_shared<TupleShape>(ElementsShape()); } in BuildShape() function431 BaseShapePtr BuildShape() const override { return std::make_shared<ListShape>(ElementsShape()); } in BuildShape() function
538 BaseShapePtr AbstractTensor::BuildShape() const { in BuildShape() function in mindspore::abstract::AbstractTensor
260 static Status BuildShape(const nlohmann::json &shapeVal, std::vector<dsize_t> *outShape) { in BuildShape() function