Home
last modified time | relevance | path

Searched full:logical_or (Results 1 – 25 of 987) sorted by relevance

12345678910>>...40

/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/
Dlogical_or.example.cpp1 // Generated from logical_or.mod.py
7 namespace generated_tests::logical_or { namespace
44 .type = TestOperationType::LOGICAL_OR, in get_test_model_simple()
62 } // namespace generated_tests::logical_or
64 namespace generated_tests::logical_or { namespace
101 .type = TestOperationType::LOGICAL_OR, in get_test_model_broadcast()
119 } // namespace generated_tests::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/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/libcxx/test/std/utilities/function.objects/logical.operations/
H A Dlogical_or.pass.cpp12 // logical_or
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 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.cpp13 // logical_or
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 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/pytorch/test/typing/pass/
H A Dmath_ops.py215 # logical_or
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/tensorflow/tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer/
H A Dlogical.mlir10 // CHECK-NEXT: builtin_code: LOGICAL_OR
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/executorch/kernels/portable/cpu/
H A Dop_logical_or.cpp18 bool logical_or(bool a, bool b) { in logical_or() function
30 static constexpr const char op_name[] = "logical_or.out"; in logical_or_out()
31 return internal::logical_tensor_out<op_name>(logical_or, ctx, a, b, out); in logical_or_out()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/fuzz/
H A Dtransformation_add_synonym.cpp192 case protobufs::TransformationAddSynonym::LOGICAL_OR: { in IsInstructionValid()
231 case protobufs::TransformationAddSynonym::LOGICAL_OR: in MakeSynonymousInstruction()
277 case protobufs::TransformationAddSynonym::LOGICAL_OR: in MaybeGetConstantId()
323 case protobufs::TransformationAddSynonym::LOGICAL_OR: in IsAdditionalConstantRequired()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_add_synonym.cpp192 case protobufs::TransformationAddSynonym::LOGICAL_OR: { in IsInstructionValid()
231 case protobufs::TransformationAddSynonym::LOGICAL_OR: in MakeSynonymousInstruction()
277 case protobufs::TransformationAddSynonym::LOGICAL_OR: in MaybeGetConstantId()
323 case protobufs::TransformationAddSynonym::LOGICAL_OR: in IsAdditionalConstantRequired()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_add_synonym.cpp192 case protobufs::TransformationAddSynonym::LOGICAL_OR: { in IsInstructionValid()
231 case protobufs::TransformationAddSynonym::LOGICAL_OR: in MakeSynonymousInstruction()
277 case protobufs::TransformationAddSynonym::LOGICAL_OR: in MaybeGetConstantId()
323 case protobufs::TransformationAddSynonym::LOGICAL_OR: in IsAdditionalConstantRequired()
/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/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/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/out/soong/.intermediates/hardware/interfaces/neuralnetworks/aidl/android.hardware.neuralnetworks-V4-ndk-source/gen/include/aidl/android/hardware/neuralnetworks/
DOperationType.h90 LOGICAL_OR = 63, enumerator
271 case OperationType::LOGICAL_OR: in toString()
272 return "LOGICAL_OR"; in toString()
434 aidl::android::hardware::neuralnetworks::OperationType::LOGICAL_OR,
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/function/
Dlazy_operator.hpp14 // logical_and logical_or
650 typedef boost::phoenix::function<impl::XLogical_or> Logical_or; typedef
671 Logical_or logical_or; variable
/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(
1033 @np_utils.np_doc('logical_or')
1034 def logical_or(x1, x2): function
1035 return _logical_binary_op(math_ops.logical_or, x1, x2)
/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/tensorflow/tensorflow/python/kernel_tests/math_ops/
H A Dcwise_ops_test.py254 self._compareBinary(x, y, np.logical_or, math_ops.logical_or,
266 self._compareBinary(x, y, np.logical_or, math_ops.logical_or, use_gpu)
290 self._compareBinary(x, y, np.logical_or, math_ops.logical_or, use_gpu)
298 for f in [math_ops.logical_and, math_ops.logical_or, math_ops.logical_xor]:
933 logical_funcs = [(np.logical_and, _AND), (np.logical_or, _OR),
/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/out/soong/.intermediates/system/tools/hidl/libhidl-gen-ast/linux_glibc_x86_64_static/gen/yacc/system/tools/hidl/
Dhidl-gen_y.h202 LOGICAL_OR = 279, // LOGICAL_OR enumerator
256 S_LOGICAL_OR = 26, // LOGICAL_OR

12345678910>>...40