Home
last modified time | relevance | path

Searched defs:logical_or (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/mindspore/ops/composite/multitype_ops/
Dlogical_or_impl.py22 logical_or = base.MultitypeFuncGraph("logical_or", True) variable
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/
Dids.hpp40 logical_or, enumerator
117 logical_or = binary_op<op::logical_or>::value, enumerator
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/
Dids.hpp41 logical_or, enumerator
118 logical_or = binary_op<op::logical_or>::value, enumerator
/third_party/boost/boost/proto/
Dtags.hpp90 struct logical_or {}; struct
/third_party/boost/boost/yap/
Dalgorithm_fwd.hpp53 logical_or = 25, ///< \c || enumerator
/third_party/mindspore/mindspore/ops/
Dfunctional.py101 logical_or = P.LogicalOr() variable
216 logical_or = P.LogicalOr() variable
/third_party/mindspore/mindspore/numpy/
Dlogic_ops.py639 def logical_or(x1, x2, dtype=None): function
/third_party/boost/boost/phoenix/function/
Dlazy_operator.hpp671 Logical_or logical_or; variable
/third_party/python/Lib/
D_pydecimal.py3404 def logical_or(self, other, context=None): member in Decimal
4784 def logical_or(self, a, b): member in Context
/third_party/boost/boost/bind/
Dbind.hpp337 template<class A> bool operator()( type<bool>, logical_or & /*f*/, A & a, int ) in operator ()() argument