Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dvalue.cc45 auto other_ = static_cast<const BoolImm &>(other); in operator ==() local
46 return *this == other_; in operator ==()
55 auto other_ = static_cast<const Int8Imm &>(other); in operator ==() local
56 return *this == other_; in operator ==()
64 auto other_ = static_cast<const Int16Imm &>(other); in operator ==() local
65 return *this == other_; in operator ==()
73 auto other_ = static_cast<const Int32Imm &>(other); in operator ==() local
74 return *this == other_; in operator ==()
82 auto other_ = static_cast<const Int64Imm &>(other); in operator ==() local
83 return *this == other_; in operator ==()
[all …]
Dmeta_tensor.h164 auto other_ = static_cast<const MetaTensor &>(other); variable
165 return *this == other_;
Dtensor.h215 auto &other_ = static_cast<const Tensor &>(other); variable
216 return *this == other_;
/third_party/cef/tests/ceftests/
Dosr_display_unittest.cc188 other_ = other; in OsrPopupJSOtherClientTestHandler()
236 client = other_; in OnBeforePopup()
275 other_ = nullptr; in OnBeforeClose()
309 CefRefPtr<CefClient> other_; member in __anon4b5a18ed0211::OsrPopupJSOtherClientTestHandler
/third_party/boost/boost/smart_ptr/
Dallocate_shared_array.hpp151 : other_(other), in sp_array_creator()
155 return reinterpret_cast<T*>(other_.allocate(size_)); in create()
159 other_.deallocate(reinterpret_cast<type*>(base), size_); in destroy()
163 typename boost::allocator_rebind<A, type>::type other_; member in boost::detail::sp_array_creator
/third_party/mindspore/mindspore/core/utils/
Dsymbolic.h60 auto other_ = static_cast<const SymbolicKeyInstance &>(other); variable
61 return *this == other_;
/third_party/elfio/tests/
DELFIOTest.cpp132 unsigned char other_ ) in checkSymbol() argument
151 BOOST_CHECK_EQUAL( other, other_ ); in checkSymbol()