Searched defs:set_element_shape (Results 1 – 2 of 2) sorted by relevance
44 void TensorArray::set_element_shape(const std::vector<int> &element_shape) { in set_element_shape() function in mindspore::ops::TensorArray
70 void set_element_shape(const std::vector<int> &shape) { element_shape_ = shape; } in set_element_shape() function