Searched defs:SetShape (Results 1 – 4 of 4) sorted by relevance
127 void SetShape(const std::vector<int64_t> &shape) { in SetShape() function
289 void MSTensor::SetShape(const std::vector<int64_t> &shape) { in SetShape() function in mindspore::MSTensor
226 void SetShape(std::vector<int64_t> shape) { this->shape_ = shape; } in SetShape() function
428 void MSTensor::SetShape(const std::vector<int64_t> &) { MS_LOG_EXCEPTION << "Invalid implement."; } in SetShape() function in mindspore::MSTensor