Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/composite/multitype_ops/
Dlogical_and_impl.py24 logical_and = base.MultitypeFuncGraph("logical_and", True) variable
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/numpy/
Dlogic_ops.py656 def logical_and(x1, x2, dtype=None): function
/third_party/mindspore/mindspore-src/source/tests/ut/python/ir/
Dtest_row_tensor.py54 logical_and = P.LogicalAnd() variable
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/_grad_experimental/
Dgrad_array_ops.py60 logical_and = P.LogicalAnd() variable
/third_party/python/Lib/
D_pydecimal.py3390 def logical_and(self, other, context=None): member in Decimal
4752 def logical_and(self, a, b): member in Context
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/function/
Dmath_func.py1205 def logical_and(input, other): function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/_extends/parse/
Dstandard_method.py4152 def logical_and(input, other): function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/common/
Dtensor.py4323 def logical_and(self, other): member in Tensor
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp19622 struct logical_and : public binary_function<_Tp, _Tp, bool> struct
19626 operator()(const _Tp& __x, const _Tp& __y) const in operator ()()
19653 struct logical_and<void> struct
19658 operator()(_Tp&& __t, _Up&& __u) const in operator ()()
19663 typedef __is_transparent is_transparent;