Searched refs:IsSameObjectType (Results 1 – 6 of 6) sorted by relevance
/third_party/mindspore/mindspore/core/ir/dtype/ |
D | tensor_type.cc | 54 if (!IsSameObjectType(*this, other)) { in operator ==() 98 if (!IsSameObjectType(*this, other)) { in operator ==() 141 if (!IsSameObjectType(*this, other)) { in operator ==() 183 if (!IsSameObjectType(*this, other)) { in operator ==()
|
D | container.cc | 79 if (!IsSameObjectType(*this, other)) { in operator ==() 158 if (!IsSameObjectType(*this, other)) { in operator ==() 232 if (!IsSameObjectType(*this, other)) { in operator ==()
|
D | number.cc | 25 if (!IsSameObjectType(*this, other)) { in operator ==()
|
D | type.h | 47 bool IsSameObjectType(const Type &lhs, const Type &rhs);
|
D | type.cc | 161 bool IsSameObjectType(const Type &lhs, const Type &rhs) { in IsSameObjectType() function
|
/third_party/mindspore/mindspore/core/ir/ |
D | dtype.cc | 49 if (!IsSameObjectType(*this, other)) { in operator ==() 88 if (!IsSameObjectType(*this, other)) { in operator ==() 121 if (!IsSameObjectType(*this, other)) { in operator ==()
|