/third_party/mindspore/mindspore/ops/composite/multitype_ops/ |
D | logic_not_impl.py | 22 logical_not = base.MultitypeFuncGraph("logical_not", True) variable 25 @logical_not.register("Number") 39 @logical_not.register("Tensor") 50 return F.logical_not(x.__bool__()) 53 @logical_not.register("Tuple") 67 @logical_not.register("List")
|
D | __init__.py | 38 from .logic_not_impl import logical_not
|
/third_party/mindspore/tests/st/ops/ascend/test_tbe_ops/ |
D | test_logical_not.py | 28 self.logical_not = P.LogicalNot() 32 return self.logical_not(x) 39 logical_not = Net() 40 output = logical_not(Tensor(x1))
|
/third_party/mindspore/mindspore/numpy/ |
D | logic_ops.py | 509 res = F.logical_and(F.logical_or(res, same_inf), F.logical_not(diff_inf)) 514 res = F.logical_and(F.logical_not(both_nan), res) 560 res = F.logical_not(res) 605 def logical_not(a, dtype=None): function 636 return _apply_tensor_op(F.logical_not, a, dtype=dtype) 741 y2 = F.logical_or(F.logical_not(x1), F.logical_not(x2))
|
/third_party/mindspore/tests/ut/cpp/ops/ |
D | test_ops_logical_not.cc | 49 auto logical_not = std::make_shared<LogicalNot>(); in TEST_F() local 50 logical_not->Init(); in TEST_F() 55 auto abstract = logical_not->Infer({tensor->ToAbstract()}); in TEST_F()
|
/third_party/boost/boost/spirit/home/qi/operator/ |
D | not_predicate.hpp | 30 struct use_operator<qi::domain, proto::tag::logical_not> // enables !p 73 struct make_composite<proto::tag::logical_not, Elements, Modifiers>
|
/third_party/boost/boost/spirit/home/karma/operator/ |
D | not_predicate.hpp | 31 struct use_operator<karma::domain, proto::tag::logical_not> // enables !g 78 struct make_composite<proto::tag::logical_not, Elements, Modifiers>
|
/third_party/boost/boost/xpressive/detail/static/ |
D | grammar.hpp | 105 struct case_<tag::logical_not, Dummy> 106 : logical_not<Gram> 234 struct case_<tag::logical_not, Dummy> 236 logical_not<Gram>
|
/third_party/boost/libs/yap/test/ |
D | operators_unary.cpp | 90 yap::expr_kind::logical_not, in test_main() 94 yap::expr_kind::logical_not, in test_main() 98 yap::expr_kind::logical_not, in test_main()
|
/third_party/mindspore/tests/st/ops/gpu/ |
D | test_logical_op.py | 93 assert np.all(output.asnumpy() == np.logical_not(x)) 98 assert np.all(output.asnumpy() == np.logical_not(x))
|
/third_party/boost/boost/phoenix/operator/ |
D | logical.hpp | 19 (logical_not)
|
/third_party/mindspore/mindspore/ops/_op_impl/akg/gpu/ |
D | __init__.py | 21 from .logical_not import _logical_not_akg
|
/third_party/mindspore/mindspore/_extends/parse/ |
D | resources.py | 97 T.invert: F.logical_not, 98 T.not_: multitype_ops.logical_not,
|
/third_party/boost/boost/proto/ |
D | tags.hpp | 36 struct logical_not {}; struct
|
D | proto_fwd.hpp | 264 struct logical_not; 552 template<typename T> struct logical_not; 636 typedef make_expr<tag::logical_not> make_logical_not; 707 typedef functional::make_expr<tag::logical_not> _make_logical_not;
|
/third_party/mindspore/mindspore/ops/ |
D | functional.py | 100 logical_not = P.LogicalNot() variable 217 logical_not = P.LogicalNot() variable 284 tensor_operator_registry.register('__logical_not__', logical_not)
|
/third_party/boost/libs/phoenix/doc/inside/ |
D | rules.qbk | 168 [[`expression::logical_not<A0>`] [`` 169 rule::logical_not 170 : expression::logical_not<meta_grammar>
|
/third_party/boost/boost/typeof/std/ |
D | functional.hpp | 31 BOOST_TYPEOF_REGISTER_TEMPLATE(std::logical_not, 1)
|
/third_party/boost/libs/yap/doc/ |
D | user_macros_snippets.cpp | 24 BOOST_YAP_USER_UNARY_OPERATOR(logical_not, user_expr, user_expr) 190 BOOST_YAP_USER_UDT_UNARY_OPERATOR(logical_not, ::user_expr, is_vector)
|
/third_party/mindspore/tests/vm_impl/ |
D | vm_interface.py | 62 setattr(vm, 'logical_not', logical_not)
|
/third_party/boost/boost/compute/functional/ |
D | logical.hpp | 192 struct logical_not : public unary_function<T, int> struct
|
/third_party/boost/libs/compute/include/boost/compute/functional/ |
D | logical.hpp | 192 struct logical_not : public unary_function<T, int> struct
|
/third_party/boost/boost/xpressive/detail/static/transforms/ |
D | as_quantifier.hpp | 50 struct min_type<proto::tag::logical_not> : mpl::integral_c<uint_t, 0> {}; 62 struct max_type<proto::tag::logical_not> : mpl::integral_c<uint_t, 1> {};
|
/third_party/boost/libs/typeof/test/ |
D | std.cpp | 63 BOOST_STATIC_ASSERT(boost::type_of::test<logical_not<int> >::value);
|
/third_party/boost/boost/yap/ |
D | algorithm_fwd.hpp | 33 logical_not = 7, ///< \c ! enumerator
|