Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/abstract/
Dabstract_value.cc970 auto other_conf = static_cast<const AbstractRef *>(&other); in operator ==() local
971 return *this == *other_conf; in operator ==()