Home
last modified time | relevance | path

Searched defs: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
55 auto other_ = static_cast<const Int8Imm &>(other); in operator ==() local
64 auto other_ = static_cast<const Int16Imm &>(other); in operator ==() local
73 auto other_ = static_cast<const Int32Imm &>(other); in operator ==() local
82 auto other_ = static_cast<const Int64Imm &>(other); in operator ==() local
91 auto other_ = static_cast<const UInt8Imm &>(other); in operator ==() local
100 auto other_ = static_cast<const UInt16Imm &>(other); in operator ==() local
109 auto other_ = static_cast<const UInt32Imm &>(other); in operator ==() local
118 auto other_ = static_cast<const UInt64Imm &>(other); in operator ==() local
127 auto other_ = static_cast<const FP32Imm &>(other); in operator ==() local
[all …]
Dmeta_tensor.h164 auto other_ = static_cast<const MetaTensor &>(other); variable
Dtensor.h215 auto &other_ = static_cast<const Tensor &>(other); variable
/third_party/mindspore/mindspore/core/utils/
Dsymbolic.h60 auto other_ = static_cast<const SymbolicKeyInstance &>(other); variable
/third_party/boost/boost/smart_ptr/
Dallocate_shared_array.hpp163 typename boost::allocator_rebind<A, type>::type other_; member in boost::detail::sp_array_creator
/third_party/cef/tests/ceftests/
Dosr_display_unittest.cc309 CefRefPtr<CefClient> other_; member in __anon4b5a18ed0211::OsrPopupJSOtherClientTestHandler
/third_party/elfio/tests/
DELFIOTest.cpp132 unsigned char other_ ) in checkSymbol()