Home
last modified time | relevance | path

Searched refs:other_shapes (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore/core/abstract/
Ddshape.cc139 auto other_shapes = static_cast<const T &>(other).p_shapes_; in SequeueEqual() local
140 if (other_shapes.size() != p_shapes_.size()) { in SequeueEqual()
145 MS_EXCEPTION_IF_NULL(other_shapes[i]); in SequeueEqual()
146 if (!(*p_shapes_[i] == *other_shapes[i])) { in SequeueEqual()