Searched defs:logical_or (Results 1 – 7 of 7) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/composite/multitype_ops/ |
| D | logical_or_impl.py | 25 logical_or = base.MultitypeFuncGraph("logical_or", True) variable
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/numpy/ |
| D | logic_ops.py | 622 def logical_or(x1, x2, dtype=None): function
|
| /third_party/python/Lib/ |
| D | _pydecimal.py | 3414 def logical_or(self, other, context=None): member in Decimal 4798 def logical_or(self, a, b): member in Context
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/function/ |
| D | math_func.py | 1147 def logical_or(input, other): function
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/_extends/parse/ |
| D | standard_method.py | 4166 def logical_or(input, other): function
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/common/ |
| D | tensor.py | 4335 def logical_or(self, other): member in Tensor
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 19632 struct logical_or : public binary_function<_Tp, _Tp, bool> struct 19636 operator()(const _Tp& __x, const _Tp& __y) const in operator ()() 19668 struct logical_or<void> struct 19673 operator()(_Tp&& __t, _Up&& __u) const in operator ()() 19678 typedef __is_transparent is_transparent;
|