Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/abstract/
Dabstract_value.cc1036 auto other_none = static_cast<const AbstractNone *>(&other); in operator ==() local
1037 return *this == *other_none; in operator ==()
1095 auto other_none = static_cast<const AbstractNull *>(&other); in operator ==() local
1096 return *this == *other_none; in operator ==()
1115 auto other_none = static_cast<const AbstractTimeOut *>(&other); in operator ==() local
1116 return *this == *other_none; in operator ==()
1136 auto other_none = static_cast<const AbstractEllipsis *>(&other); in operator ==() local
1137 return *this == *other_none; in operator ==()