Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/abstract/
Dabstract_value.cc357 auto other_sequeue = dyn_cast<T>(other); in ElementsJoin() local
358 if (other_sequeue == nullptr) { in ElementsJoin()
361 auto joined_list = AbstractJoin(elements_, other_sequeue->elements_); in ElementsJoin()