/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | cwise_op_gpu_logical_or.cu.cc | 23 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 D | cwise_op_logical_or.cc | 20 BinaryOp<CPUDevice, functor::logical_or>); 24 BinaryOp<GPUDevice, functor::logical_or>);
|
/aosp_15_r20/external/tensorflow/tensorflow/core/api_def/python_api/ |
H A D | api_def_LogicalOr.pbtxt | 4 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 D | logical_or.pass.cpp | 22 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 D | transparent.pass.cpp | 33 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 D | logical_or.pass.cpp | 23 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 D | transparent.pass.cpp | 34 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/ |
D | sequential_or.hpp | 31 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 D | math_ops.py | 216 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/ |
D | ids.hpp | 40 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/ |
D | ids.hpp | 41 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 D | logical.mlir | 48 // 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 D | test_subgroup_non_uniform_arithmetic.cpp | 103 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 D | op_logical_or.cpp | 18 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 D | operations.implicit_ctad.pass.cpp | 93 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/ |
D | logical_or.example.cpp | 7 namespace generated_tests::logical_or { namespace 64 namespace generated_tests::logical_or { namespace
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/ |
H A D | ragged_operators.py | 58 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/ |
D | proto_fwd.hpp | 283 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 D | Logical.cpp | 95 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/ |
D | rules.qbk | 176 [[`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 D | math_ops.py | 140 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 D | test_binary_ufuncs.py | 141 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 D | arithmetic.cc | 104 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 D | evaluation.py | 123 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 D | np_math_ops.py | 53 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)
|