Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/utils/
Dsymbolic.h146 for (auto iter_other : other.contents_) { in Add() local
147 auto item_self = contents_.find(iter_other.first); in Add()
151 rval.contents_[iter_other.first] = iter_other.second; in Add()
/third_party/mindspore/mindspore/core/abstract/
Dabstract_value.cc796 auto iter_other = other.methods_.find(iter.first); in operator ==() local
797 if (iter_other == other.methods_.end()) { in operator ==()
800 if (!(*iter.second == *iter_other->second)) { in operator ==()