Home
last modified time | relevance | path

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

/third_party/boost/libs/python/doc/reference/
Dcall_method.qbk34 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/
Dprimitive.cc29 Primitive::Primitive(const std::string &name, const bool is_base, const PrimType prim_type) in Primitive() argument
31 is_base_(is_base), in Primitive()
Dprimitive.h43 …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/
Dbase_ref.h49 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/
Dupload.py680 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/
Dkprim.cc278 if (prim->is_base()) { in GetBprop()
/third_party/boost/libs/ratio/doc/
Dratio.qbk218 [[@http://www.boost.org/libs/type_traits [*Boost.TypeTraits]]] [for is_base, is_convertible ...]
/third_party/boost/libs/chrono/doc/
Dchrono.qbk568 …[[@http://www.boost.org/libs/type_traits [*Boost.TypeTraits]]] [for is_base, is_convertible, commo…