Searched defs:set_shape (Results 1 – 9 of 9) sorted by relevance
132 size_t set_shape(const ShapeVector &shape) { in set_shape() function
78 void BroadcastTo::set_shape(const std::vector<int64_t> &shape) { in set_shape() function in mindspore::ops::BroadcastTo
52 void set_shape(const Vector<int> &shape) override { shape_ = shape; } in set_shape() function
81 void set_shape(const ShapeVector &shape) { shape_ = shape; } in set_shape() function
62 virtual void set_shape(const BaseShapePtr &shape) { shape_ = shape; } in set_shape() function
524 void AbstractUndetermined::set_shape(const BaseShapePtr &shape) { in set_shape() function in mindspore::abstract::AbstractUndetermined
95 void set_shape(const std::vector<int> &shape) override { shape_ = shape; } in set_shape() function
77 void set_shape(const std::string &shape) { shape_ = shape; } in set_shape() function