Home
last modified time | relevance | path

Searched refs:logical_or (Results 1 – 25 of 628) sorted by relevance

12345678910>>...26

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dcwise_op_gpu_logical_or.cu.cc23 template struct BinaryFunctor<GPUDevice, logical_or, 1>;
24 template struct BinaryFunctor<GPUDevice, logical_or, 2>;
25 template struct BinaryFunctor<GPUDevice, logical_or, 3>;
26 template struct BinaryFunctor<GPUDevice, logical_or, 4>;
27 template struct BinaryFunctor<GPUDevice, logical_or, 5>;
H A Dcwise_op_logical_or.cc20 BinaryOp<CPUDevice, functor::logical_or>);
24 BinaryOp<GPUDevice, functor::logical_or>);
/aosp_15_r20/external/tensorflow/tensorflow/core/api_def/python_api/
H A Dapi_def_LogicalOr.pbtxt4 name: "math.logical_or"
7 name: "logical_or"
29 >>> tf.math.logical_or(a, b)
36 >>> tf.math.logical_or(c, x)
43 >>> tf.math.logical_or(y, z)
50 >>> tf.logical_or([[True, False]], [[True], [False]])
/aosp_15_r20/external/libcxx/test/std/utilities/function.objects/logical.operations/
H A Dlogical_or.pass.cpp22 typedef std::logical_or<int> F; in main()
32 typedef std::logical_or<> F2; in main()
45 constexpr bool foo = std::logical_or<int> () (36, 36); in main()
48 constexpr bool bar = std::logical_or<> () (36.0, 36); in main()
H A Dtransparent.pass.cpp33 static_assert ( !is_transparent<std::logical_or<int>>::value, "" ); in main()
34 static_assert ( !is_transparent<std::logical_or<std::string>>::value, "" ); in main()
35 static_assert ( is_transparent<std::logical_or<void>>::value, "" ); in main()
36 static_assert ( is_transparent<std::logical_or<>>::value, "" ); in main()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/function.objects/logical.operations/
H A Dlogical_or.pass.cpp23 typedef std::logical_or<int> F; in main()
35 typedef std::logical_or<> F2; in main()
48 constexpr bool foo = std::logical_or<int> () (36, 36); in main()
51 constexpr bool bar = std::logical_or<> () (36.0, 36); in main()
H A Dtransparent.pass.cpp34 static_assert ( !is_transparent<std::logical_or<int>>::value, "" ); in main()
35 static_assert ( !is_transparent<std::logical_or<std::string>>::value, "" ); in main()
36 static_assert ( is_transparent<std::logical_or<void>>::value, "" ); in main()
37 static_assert ( is_transparent<std::logical_or<>>::value, "" ); in main()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/operator/
Dsequential_or.hpp31 struct use_operator<qi::domain, proto::tag::logical_or> // enables ||
35 struct flatten_tree<qi::domain, proto::tag::logical_or> // flattens ||
102 struct make_composite<proto::tag::logical_or, Elements, Modifiers>
/aosp_15_r20/external/pytorch/test/typing/pass/
H A Dmath_ops.py216 torch.logical_or(torch.tensor([True, False, True]), torch.tensor([True, False, False]))
217 torch.logical_or(r, s)
218 torch.logical_or(r.double(), s.double())
219 torch.logical_or(r.double(), s)
220 torch.logical_or(r, s, out=torch.empty(4, dtype=torch.bool))
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure2/
Dids.hpp40 logical_or, enumerator
117 logical_or = binary_op<op::logical_or>::value, enumerator
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure3/
Dids.hpp41 logical_or, enumerator
118 logical_or = binary_op<op::logical_or>::value, enumerator
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer/
H A Dlogical.mlir48 // CHECK-NEXT: name: "logical_or",
101 %2 = "tfl.logical_or"(%arg0, %1) : (tensor<4xi1>, tensor<4xi1>) -> tensor<4xi1> loc("logical_or")
/aosp_15_r20/external/OpenCL-CTS/test_conformance/subgroups/
H A Dtest_subgroup_non_uniform_arithmetic.cpp103 error |= rft.run_impl<T, SCIN_NU<T, ArithmeticOp::logical_or>>( in run_functions_logical_and_or_xor_for_type()
109 error |= rft.run_impl<T, SCEX_NU<T, ArithmeticOp::logical_or>>( in run_functions_logical_and_or_xor_for_type()
115 error |= rft.run_impl<T, RED_NU<T, ArithmeticOp::logical_or>>( in run_functions_logical_and_or_xor_for_type()
/aosp_15_r20/external/executorch/kernels/portable/cpu/
H A Dop_logical_or.cpp18 bool logical_or(bool a, bool b) { in logical_or() function
31 return internal::logical_tensor_out<op_name>(logical_or, ctx, a, b, out); in logical_or_out()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/function.objects/
H A Doperations.implicit_ctad.pass.cpp93 std::logical_or f; in main()
94 ASSERT_SAME_TYPE(decltype(f), std::logical_or<>); in main()
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/
Dlogical_or.example.cpp7 namespace generated_tests::logical_or { namespace
64 namespace generated_tests::logical_or { namespace
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/
H A Dragged_operators.py58 ragged_tensor.RaggedTensor.__ror__ = _right(math_ops.logical_or)
59 ragged_tensor.RaggedTensor.__or__ = math_ops.logical_or
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/
Dproto_fwd.hpp283 struct logical_or;
571 template<typename T, typename U> struct logical_or;
654 typedef make_expr<tag::logical_or> make_logical_or;
725 typedef functional::make_expr<tag::logical_or> _make_logical_or;
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DLogical.cpp95 SimpleTensor<T> logical_or(const SimpleTensor<T> &src1, const SimpleTensor<T> &src2) in logical_or() function
135 template SimpleTensor<uint8_t> logical_or(const SimpleTensor<uint8_t> &src1, const SimpleTensor<uin…
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/doc/inside/
Drules.qbk176 [[`expression::logical_or<Lhs, Rhs>`] [``
177 rule::logical_or
178 : expression::logical_or<meta_grammar, meta_grammar>
/aosp_15_r20/external/pytorch/test/mobile/model_test/
H A Dmath_ops.py140 torch.logical_or(r, s),
141 torch.logical_or(r.double(), s.double()),
142 torch.logical_or(r.double(), s),
143 torch.logical_or(r, s, out=torch.empty(4, dtype=torch.bool)),
/aosp_15_r20/external/pytorch/test/torch_np/
H A Dtest_binary_ufuncs.py141 np.logical_or(0.5, 0.6), logical_or(0.5, 0.6), atol=1e-7, check_dtype=False
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/lib/
H A Darithmetic.cc104 XlaComputation logical_or = CreateScalarOrComputation(PRED, builder); in Any() local
109 return Reduce(predicates, f, logical_or, all_dimensions); in Any()
/aosp_15_r20/external/libopus/dnn/torch/neural-pitch/
H A Devaluation.py123 force_out_of_pitch = np.where(np.logical_or(pitch < 65,pitch > 500)==True)
266 force_out_of_pitch = np.where(np.logical_or(pitch < 65,pitch > 500)==True)
339 force_out_of_pitch = np.where(np.logical_or(pitch < 65,pitch > 500)==True)
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/numpy_ops/
H A Dnp_math_ops.py53 np_utils.logical_or(
81 return math_ops.logical_or(x1, x2)
181 return math_ops.logical_or(x1, x2)
249 np_utils.logical_or(
1034 def logical_or(x1, x2): function
1035 return _logical_binary_op(math_ops.logical_or, x1, x2)

12345678910>>...26