Home
last modified time | relevance | path

Searched defs:SetShape (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/lite/src/cxx_api/tensor/
Dtensor_impl.h127 void SetShape(const std::vector<int64_t> &shape) { in SetShape() function
/third_party/mindspore/mindspore/lite/src/cxx_api/
Dtypes.cc289 void MSTensor::SetShape(const std::vector<int64_t> &shape) { in SetShape() function in mindspore::MSTensor
/third_party/mindspore/mindspore/ccsrc/debug/
Dtensor_data.h226 void SetShape(std::vector<int64_t> shape) { this->shape_ = shape; } in SetShape() function
/third_party/mindspore/mindspore/ccsrc/cxx_api/
Dtypes.cc428 void MSTensor::SetShape(const std::vector<int64_t> &) { MS_LOG_EXCEPTION << "Invalid implement."; } in SetShape() function in mindspore::MSTensor