Home
last modified time | relevance | path

Searched full:logical_and (Results 1 – 25 of 1021) sorted by relevance

12345678910>>...41

/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/
Dlogical_and.example.cpp1 // Generated from logical_and.mod.py
7 namespace generated_tests::logical_and { namespace
44 .type = TestOperationType::LOGICAL_AND, in get_test_model_simple()
62 } // namespace generated_tests::logical_and
64 namespace generated_tests::logical_and { namespace
101 .type = TestOperationType::LOGICAL_AND, in get_test_model_broadcast()
119 } // namespace generated_tests::logical_and
/aosp_15_r20/external/tensorflow/tensorflow/core/api_def/python_api/
H A Dapi_def_LogicalAnd.pbtxt4 name: "math.logical_and"
7 name: "logical_and"
29 >>> tf.math.logical_and(a, b)
36 >>> tf.math.logical_and(c, x)
43 >>> tf.math.logical_and(y, z)
50 >>> tf.logical_and([[True, False]], [[True], [False]])
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dcwise_op_gpu_logical_and.cu.cc23 template struct BinaryFunctor<GPUDevice, logical_and, 1>;
24 template struct BinaryFunctor<GPUDevice, logical_and, 2>;
25 template struct BinaryFunctor<GPUDevice, logical_and, 3>;
26 template struct BinaryFunctor<GPUDevice, logical_and, 4>;
27 template struct BinaryFunctor<GPUDevice, logical_and, 5>;
H A Dcwise_op_logical_and.cc20 BinaryOp<CPUDevice, functor::logical_and>);
24 BinaryOp<GPUDevice, functor::logical_and>);
/aosp_15_r20/external/libcxx/test/std/utilities/function.objects/logical.operations/
H A Dlogical_and.pass.cpp12 // logical_and
22 typedef std::logical_and<int> F; in main()
32 typedef std::logical_and<> F2; in main()
46 constexpr bool foo = std::logical_and<int> () (36, 36); in main()
49 constexpr bool bar = std::logical_and<> () (36.0, 36); in main()
H A Dtransparent.pass.cpp28 static_assert ( !is_transparent<std::logical_and<int>>::value, "" ); in main()
29 static_assert ( !is_transparent<std::logical_and<std::string>>::value, "" ); in main()
30 static_assert ( is_transparent<std::logical_and<void>>::value, "" ); in main()
31 static_assert ( is_transparent<std::logical_and<>>::value, "" ); in main()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/function.objects/logical.operations/
H A Dlogical_and.pass.cpp13 // logical_and
23 typedef std::logical_and<int> F; in main()
35 typedef std::logical_and<> F2; in main()
49 constexpr bool foo = std::logical_and<int> () (36, 36); in main()
52 constexpr bool bar = std::logical_and<> () (36.0, 36); in main()
H A Dtransparent.pass.cpp29 static_assert ( !is_transparent<std::logical_and<int>>::value, "" ); in main()
30 static_assert ( !is_transparent<std::logical_and<std::string>>::value, "" ); in main()
31 static_assert ( is_transparent<std::logical_and<void>>::value, "" ); in main()
32 static_assert ( is_transparent<std::logical_and<>>::value, "" ); in main()
/aosp_15_r20/external/pytorch/test/typing/pass/
H A Dmath_ops.py197 # logical_and
198 torch.logical_and(torch.tensor([True, False, True]), torch.tensor([True, False, False]))
201 torch.logical_and(r, s)
202 torch.logical_and(r.double(), s.double())
203 torch.logical_and(r.double(), s)
204 torch.logical_and(r, s, out=torch.empty(4, dtype=torch.bool))
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer/
H A Dlogical.mlir14 // CHECK-NEXT: builtin_code: LOGICAL_AND
57 // CHECK-NEXT: name: "logical_and",
102 %3 = "tfl.logical_and"(%2, %0) : (tensor<4xi1>, tensor<4xi1>) -> tensor<4xi1> loc("logical_and")
/aosp_15_r20/external/pytorch/test/cpp_extensions/
H A Dtorch_library.cu3 bool logical_and(bool a, bool b) { return a && b; } in logical_and() function
6 m.def("logical_and", &logical_and); in TORCH_LIBRARY()
/aosp_15_r20/external/executorch/kernels/portable/cpu/
H A Dop_logical_and.cpp18 bool logical_and(bool a, bool b) { in logical_and() function
30 static constexpr const char op_name[] = "logical_and.out"; in logical_and_out()
31 return internal::logical_tensor_out<op_name>(logical_and, ctx, a, b, out); in logical_and_out()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/fuzz/
H A Dtransformation_add_synonym.cpp191 case protobufs::TransformationAddSynonym::LOGICAL_AND: in IsInstructionValid()
234 case protobufs::TransformationAddSynonym::LOGICAL_AND: in MakeSynonymousInstruction()
283 case protobufs::TransformationAddSynonym::LOGICAL_AND: { in MaybeGetConstantId()
325 case protobufs::TransformationAddSynonym::LOGICAL_AND: in IsAdditionalConstantRequired()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_add_synonym.cpp191 case protobufs::TransformationAddSynonym::LOGICAL_AND: in IsInstructionValid()
234 case protobufs::TransformationAddSynonym::LOGICAL_AND: in MakeSynonymousInstruction()
283 case protobufs::TransformationAddSynonym::LOGICAL_AND: { in MaybeGetConstantId()
325 case protobufs::TransformationAddSynonym::LOGICAL_AND: in IsAdditionalConstantRequired()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_add_synonym.cpp191 case protobufs::TransformationAddSynonym::LOGICAL_AND: in IsInstructionValid()
234 case protobufs::TransformationAddSynonym::LOGICAL_AND: in MakeSynonymousInstruction()
283 case protobufs::TransformationAddSynonym::LOGICAL_AND: { in MaybeGetConstantId()
325 case protobufs::TransformationAddSynonym::LOGICAL_AND: in IsAdditionalConstantRequired()
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Dpacked_distributed_variable.py124 result = math_ops.logical_and(result, v.is_initialized())
125 result = math_ops.logical_and(
134 result = math_ops.logical_and(result, initialized)
138 result = math_ops.logical_and(result, initialized, name=name)
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure2/
Dids.hpp41 logical_and, enumerator
118 logical_and = binary_op<op::logical_and>::value, enumerator
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure3/
Dids.hpp42 logical_and, enumerator
119 logical_and = binary_op<op::logical_and>::value, enumerator
/aosp_15_r20/external/OpenCL-CTS/test_conformance/subgroups/
H A Dtest_subgroup_non_uniform_arithmetic.cpp101 int error = rft.run_impl<T, SCIN_NU<T, ArithmeticOp::logical_and>>( in run_functions_logical_and_or_xor_for_type()
107 error |= rft.run_impl<T, SCEX_NU<T, ArithmeticOp::logical_and>>( in run_functions_logical_and_or_xor_for_type()
113 error |= rft.run_impl<T, RED_NU<T, ArithmeticOp::logical_and>>( in run_functions_logical_and_or_xor_for_type()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/neuralnetworks/aidl/android.hardware.neuralnetworks-V4-ndk-source/gen/include/aidl/android/hardware/neuralnetworks/
DOperationType.h88 LOGICAL_AND = 61, enumerator
267 case OperationType::LOGICAL_AND: in toString()
268 return "LOGICAL_AND"; in toString()
432 aidl::android::hardware::neuralnetworks::OperationType::LOGICAL_AND,
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/function/
Dlazy_operator.hpp14 // logical_and logical_or
649 typedef boost::phoenix::function<impl::XLogical_and> Logical_and; typedef
670 Logical_and logical_and; variable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/doc/inside/
Drules.qbk172 [[`expression::logical_and<Lhs, Rhs>`] [``
173 rule::logical_and
174 : expression::logical_and<meta_grammar, meta_grammar>
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/math_ops/
H A Dcwise_ops_test.py252 self._compareBinary(x, y, np.logical_and, math_ops.logical_and,
265 self._compareBinary(x, y, np.logical_and, math_ops.logical_and, use_gpu)
288 self._compareBinary(x, y, np.logical_and, math_ops.logical_and,
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.py130 torch.logical_and(r, s),
131 torch.logical_and(r.double(), s.double()),
132 torch.logical_and(r.double(), s),
133 torch.logical_and(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.h203 LOGICAL_AND = 280, // LOGICAL_AND enumerator
257 S_LOGICAL_AND = 27, // LOGICAL_AND

12345678910>>...41