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/ |
| D | logical_and_impl.py | 24 logical_and = base.MultitypeFuncGraph("logical_and", True) variable
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/numpy/ |
| D | logic_ops.py | 656 def logical_and(x1, x2, dtype=None): function
|
| /third_party/mindspore/mindspore-src/source/tests/ut/python/ir/ |
| D | test_row_tensor.py | 54 logical_and = P.LogicalAnd() variable
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/_grad_experimental/ |
| D | grad_array_ops.py | 60 logical_and = P.LogicalAnd() variable
|
| /third_party/python/Lib/ |
| D | _pydecimal.py | 3390 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/ |
| D | math_func.py | 1205 def logical_and(input, other): function
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/_extends/parse/ |
| D | standard_method.py | 4152 def logical_and(input, other): function
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/common/ |
| D | tensor.py | 4323 def logical_and(self, other): member in Tensor
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 19622 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;
|