Home
last modified time | relevance | path

Searched refs:logical_and (Results 1 – 25 of 256) sorted by relevance

1234567891011

/external/tensorflow/tensorflow/core/kernels/
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>;
Dcwise_op_logical_and.cc20 BinaryOp<CPUDevice, functor::logical_and>);
24 BinaryOp<GPUDevice, functor::logical_and>);
/external/libcxx/test/std/utilities/function.objects/logical.operations/
Dlogical_and.pass.cpp22 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()
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()
/external/cronet/tot/third_party/libc++/src/test/std/utilities/function.objects/logical.operations/
Dlogical_and.pass.cpp23 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()
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()
/external/cronet/stable/third_party/libc++/src/test/std/utilities/function.objects/logical.operations/
Dlogical_and.pass.cpp23 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()
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()
/external/tensorflow/tensorflow/core/api_def/python_api/
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]])
/external/pytorch/test/cpp_extensions/
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()
/external/executorch/kernels/portable/cpu/
Dop_logical_and.cpp18 bool logical_and(bool a, bool b) { in logical_and() function
31 return internal::logical_tensor_out<op_name>(logical_and, ctx, a, b, out); in logical_and_out()
/external/cronet/stable/third_party/libc++/src/test/std/utilities/function.objects/negators/
Dbinary_negate.pass.cpp25 typedef std::binary_negate<std::logical_and<int> > F; in main()
26 const F f = F(std::logical_and<int>()); in main()
Dnot2.pass.cpp24 typedef std::logical_and<int> F; in main()
/external/libcxx/test/std/utilities/function.objects/negators/
Dbinary_negate.pass.cpp20 typedef std::binary_negate<std::logical_and<int> > F; in main()
21 const F f = F(std::logical_and<int>()); in main()
/external/cronet/tot/third_party/libc++/src/test/std/utilities/function.objects/negators/
Dbinary_negate.pass.cpp25 typedef std::binary_negate<std::logical_and<int> > F; in main()
26 const F f = F(std::logical_and<int>()); in main()
/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
/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
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer/
Dlogical.mlir57 // CHECK-NEXT: name: "logical_and",
102 %3 = "tfl.logical_and"(%2, %0) : (tensor<4xi1>, tensor<4xi1>) -> tensor<4xi1> loc("logical_and")
/external/cronet/tot/third_party/libc++/src/test/std/utilities/function.objects/
Doperations.implicit_ctad.pass.cpp85 std::logical_and f; in main()
86 ASSERT_SAME_TYPE(decltype(f), std::logical_and<>); in main()
/external/cronet/stable/third_party/libc++/src/test/std/utilities/function.objects/
Doperations.implicit_ctad.pass.cpp85 std::logical_and f; in main()
86 ASSERT_SAME_TYPE(decltype(f), std::logical_and<>); in main()
/external/OpenCL-CTS/test_conformance/subgroups/
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()
/external/pytorch/test/typing/pass/
Dmath_ops.py198 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))
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_operators.py55 ragged_tensor.RaggedTensor.__and__ = math_ops.logical_and
56 ragged_tensor.RaggedTensor.__rand__ = _right(math_ops.logical_and)
/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/operator/
Dlogical.hpp22 (logical_and)
/external/ComputeLibrary/tests/validation/reference/
DLogical.cpp108 SimpleTensor<T> logical_and(const SimpleTensor<T> &src1, const SimpleTensor<T> &src2) in logical_and() function
136 template SimpleTensor<uint8_t> logical_and(const SimpleTensor<uint8_t> &src1, const SimpleTensor<ui…

1234567891011