Home
last modified time | relevance | path

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/
Dlogical_or_impl.py25 logical_or = base.MultitypeFuncGraph("logical_or", True) variable
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/numpy/
Dlogic_ops.py622 def logical_or(x1, x2, dtype=None): function
/third_party/python/Lib/
D_pydecimal.py3414 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/
Dmath_func.py1147 def logical_or(input, other): function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/_extends/parse/
Dstandard_method.py4166 def logical_or(input, other): function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/common/
Dtensor.py4335 def logical_or(self, other): member in Tensor
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp19632 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;