Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/tensor_layout/
Dconstruct_operator.h58 void UpdateTensorShape(const Shape &tensor_shape) { tensor_shape_ = tensor_shape; } in UpdateTensorShape() function
Darrangement.cc42 Status Arrangement::UpdateTensorShape(size_t index, int64_t update_value) { in UpdateTensorShape() function in mindspore::parallel::Arrangement
Dtensor_layout.h48 Status UpdateTensorShape(size_t index, int64_t update_value) { in UpdateTensorShape() function