Home
last modified time | relevance | path

Searched defs:logical_not (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/composite/multitype_ops/
Dlogic_not_impl.py23 logical_not = base.MultitypeFuncGraph("logical_not", True) variable
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/numpy/
Dlogic_ops.py588 def logical_not(a, dtype=None): function
/third_party/mindspore/mindspore-src/source/tests/vm_impl/
Dvm_me.py757 def logical_not(x): function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/function/
Dmath_func.py1115 def logical_not(input): function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/_extends/parse/
Dstandard_method.py4159 def logical_not(input): function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/common/
Dtensor.py4329 def logical_not(self): member in Tensor
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp19642 struct logical_not : public unary_function<_Tp, bool> struct
19646 operator()(const _Tp& __x) const in operator ()()
19683 struct logical_not<void> struct
19688 operator()(_Tp&& __t) const in operator ()()
19693 typedef __is_transparent is_transparent;