Home
last modified time | relevance | path

Searched defs:set_element_shape (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Dtensor_array.cc44 void TensorArray::set_element_shape(const std::vector<int> &element_shape) { in set_element_shape() function in mindspore::ops::TensorArray
/third_party/mindspore/mindspore/lite/src/
Dtensorlist.h70 void set_element_shape(const std::vector<int> &shape) { element_shape_ = shape; } in set_element_shape() function