Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ops/composite/multitype_ops/
Dlogic_not_impl.py22 logical_not = base.MultitypeFuncGraph("logical_not", True) variable
/third_party/boost/boost/compute/functional/
Dlogical.hpp192 struct logical_not : public unary_function<T, int> struct
197 operator()(const Expr &expr) const in operator ()()
/third_party/boost/libs/compute/include/boost/compute/functional/
Dlogical.hpp192 struct logical_not : public unary_function<T, int> struct
197 operator()(const Expr &expr) const in operator ()()
/third_party/mindspore/tests/ut/cpp/ops/
Dtest_ops_logical_not.cc49 auto logical_not = std::make_shared<LogicalNot>(); in TEST_F() local
/third_party/boost/boost/proto/
Dtags.hpp36 struct logical_not {}; struct
/third_party/boost/boost/yap/
Dalgorithm_fwd.hpp33 logical_not = 7, ///< \c ! enumerator
/third_party/mindspore/mindspore/ops/
Dfunctional.py100 logical_not = P.LogicalNot() variable
217 logical_not = P.LogicalNot() variable
/third_party/mindspore/mindspore/numpy/
Dlogic_ops.py605 def logical_not(a, dtype=None): function
/third_party/mindspore/tests/vm_impl/
Dvm_me.py757 def logical_not(x): function
/third_party/boost/boost/phoenix/function/
Dlazy_operator.hpp672 Logical_not logical_not; variable
/third_party/boost/boost/bind/
Dbind.hpp1746 struct logical_not struct
1748 template<class V> bool operator()(V const & v) const { return !v; } in operator ()()