Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/abstract/
Dabstract_value.cc558 auto res_shape = ShapeJoin(shape(), other_undetermined_tensor->shape()); in Join() local
577 auto res_shape = ShapeJoin(this->shape(), other_tensor->shape()); in Join() local