Searched refs:is_base (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/libs/python/doc/reference/ |
D | call_method.qbk | 34 bool is_base(Base* b) 57 def("is_base", is_base); 74 >>> is_base(Base()) # calls the class_name() method from C++ 76 >>> is_base(Derived())
|
/third_party/mindspore/mindspore/core/ir/ |
D | primitive.cc | 29 Primitive::Primitive(const std::string &name, const bool is_base, const PrimType prim_type) in Primitive() argument 31 is_base_(is_base), in Primitive()
|
D | primitive.h | 43 …explicit Primitive(const std::string &name, const bool is_base = true, const PrimType prim_type = … 114 bool is_base() const { return is_base_; } in is_base() function
|
/third_party/mindspore/mindspore/core/base/ |
D | base_ref.h | 49 using is_base = std::is_base_of<Base, remove_reference_t<T>>; variable 67 …typename std::enable_if<is_shared_ptr<remove_const_t<T>>::value && is_base<typename T::element_typ… 149 …typename std::enable_if<is_base<T>::value && !is_base_ref<T>::value, int64_t>::type = static_cast<… 159 …typename std::enable_if<is_base<U>::value || is_base_ref<U>::value, int64_t>::type = static_cast<i…
|
/third_party/googletest/googletest/scripts/ |
D | upload.py | 680 def UploadFile(filename, file_id, content, is_binary, status, is_base): argument 683 if is_base: 700 ("is_current", str(not is_base)),
|
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/ad/ |
D | kprim.cc | 278 if (prim->is_base()) { in GetBprop()
|
/third_party/boost/libs/ratio/doc/ |
D | ratio.qbk | 218 [[@http://www.boost.org/libs/type_traits [*Boost.TypeTraits]]] [for is_base, is_convertible ...]
|
/third_party/boost/libs/chrono/doc/ |
D | chrono.qbk | 568 …[[@http://www.boost.org/libs/type_traits [*Boost.TypeTraits]]] [for is_base, is_convertible, commo…
|