Home
last modified time | relevance | path

Searched defs:logical_and (Results 1 – 12 of 12) sorted by relevance

/third_party/mindspore/mindspore/ops/composite/multitype_ops/
Dlogical_and_impl.py22 logical_and = base.MultitypeFuncGraph("logical_and", True) variable
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/
Dids.hpp42 logical_and, enumerator
119 logical_and = binary_op<op::logical_and>::value, enumerator
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/
Dids.hpp41 logical_and, enumerator
118 logical_and = binary_op<op::logical_and>::value, enumerator
/third_party/boost/boost/proto/
Dtags.hpp93 struct logical_and {}; struct
/third_party/boost/boost/yap/
Dalgorithm_fwd.hpp54 logical_and = 26, ///< \c && enumerator
/third_party/mindspore/mindspore/ops/
Dfunctional.py102 logical_and = P.LogicalAnd() variable
215 logical_and = P.LogicalAnd() variable
/third_party/mindspore/mindspore/numpy/
Dlogic_ops.py673 def logical_and(x1, x2, dtype=None): function
/third_party/mindspore/tests/ut/python/ir/
Dtest_row_tensor.py57 logical_and = P.LogicalAnd() variable
/third_party/boost/boost/phoenix/function/
Dlazy_operator.hpp670 Logical_and logical_and; variable
/third_party/python/Lib/
D_pydecimal.py3380 def logical_and(self, other, context=None): member in Decimal
4738 def logical_and(self, a, b): member in Context
/third_party/mindspore/mindspore/ops/_grad/
Dgrad_array_ops.py42 logical_and = P.LogicalAnd() variable
/third_party/boost/boost/bind/
Dbind.hpp327 template<class A> bool operator()( type<bool>, logical_and & /*f*/, A & a, int ) in operator ()() argument