Searched refs:other_tuple (Results 1 – 3 of 3) sorted by relevance
/third_party/mindspore/mindspore/core/ir/dtype/ |
D | container.cc | 161 auto other_tuple = static_cast<const Tuple &>(other); in operator ==() local 162 if (elements_.size() != other_tuple.elements_.size()) { in operator ==() 166 if (*elements_[i] != *other_tuple.elements_[i]) { in operator ==()
|
/third_party/python/Lib/ |
D | dataclasses.py | 624 def _cmp_fn(name, op, self_tuple, other_tuple, globals): argument 1052 other_tuple = _tuple_str('other', flds) 1055 self_tuple, other_tuple, 1062 other_tuple = _tuple_str('other', flds) 1069 _cmp_fn(name, op, self_tuple, other_tuple,
|
/third_party/mindspore/mindspore/core/abstract/ |
D | abstract_value.cc | 414 auto other_tuple = static_cast<const AbstractTuple *>(&other); in operator ==() local 415 return *this == *other_tuple; in operator ==() 1186 auto other_tuple = static_cast<const AbstractKeywordArg *>(&other); in operator ==() local 1187 return *this == *other_tuple; in operator ==()
|