Home
last modified time | relevance | path

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

1234567

/external/tensorflow/tensorflow/core/kernels/
Dcwise_op_gpu_logical_and.cu.cc24 template struct BinaryFunctor<GPUDevice, logical_and, 1>;
25 template struct BinaryFunctor<GPUDevice, logical_and, 2>;
26 template struct BinaryFunctor<GPUDevice, logical_and, 3>;
27 template struct BinaryFunctor<GPUDevice, logical_and, 4>;
28 template struct BinaryFunctor<GPUDevice, logical_and, 5>;
Dcwise_op_logical_and.cc20 BinaryOp<CPUDevice, functor::logical_and>);
25 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/llvm-project/libcxx/test/std/utilities/function.objects/logical.operations/
Dlogical_and.pass.cpp21 typedef std::logical_and<int> F; in main()
31 typedef std::logical_and<> F2; in main()
45 constexpr bool foo = std::logical_and<int> () (36, 36); in main()
48 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/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()
Dnot2.pass.cpp19 typedef std::logical_and<int> F; in main()
/external/llvm-project/libcxx/test/std/utilities/function.objects/negators/
Dbinary_negate.pass.cpp23 typedef std::binary_negate<std::logical_and<int> > F; in main()
24 const F f = F(std::logical_and<int>()); in main()
Dnot2.pass.cpp22 typedef std::logical_and<int> F; in main()
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer/
Dlogical.mlir53 // CHECK-NEXT: name: "logical_and",
97 %3 = "tfl.logical_and"(%2, %0) : (tensor<4xi1>, tensor<4xi1>) -> tensor<4xi1> loc("logical_and")
/external/OpenCL-CTS/test_conformance/subgroups/
Dtest_subgroup_non_uniform_arithmetic.cpp409 int error = rft.run_impl<T, SCIN_NU<T, ArithmeticOp::logical_and>>( in run_functions_logical_and_or_xor_for_type()
415 error |= rft.run_impl<T, SCEX_NU<T, ArithmeticOp::logical_and>>( in run_functions_logical_and_or_xor_for_type()
421 error |= rft.run_impl<T, RED_NU<T, ArithmeticOp::logical_and>>( in run_functions_logical_and_or_xor_for_type()
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_operators.py59 ragged_tensor.RaggedTensor.__and__ = math_ops.logical_and
60 ragged_tensor.RaggedTensor.__rand__ = _right(math_ops.logical_and)
Dragged_tensor_test_ops.py109 math_ops.logical_and,
/external/tensorflow/tensorflow/python/distribute/
Dpacked_distributed_variable.py128 result = math_ops.logical_and(result, v.is_initialized())
129 result = math_ops.logical_and(
138 result = math_ops.logical_and(result, initialized)
142 result = math_ops.logical_and(result, initialized, name=name)
/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_events_monitors.py179 np.logical_and(is_inf, np.less(tensor_value, 0.0)))
181 np.logical_and(is_inf, np.greater(tensor_value, 0.0)))
Dcheck_numerics_callback.py176 num_neg_inf = np.sum(np.logical_and(np.less(tensor, 0.), is_inf))
177 num_pos_inf = np.sum(np.logical_and(np.greater(tensor, 0.), is_inf))
/external/tensorflow/tensorflow/python/data/util/
Drandom_seed.py53 math_ops.logical_and(
/external/tensorflow/tensorflow/lite/testing/op_tests/
Dlogic.py73 return _make_logical_tests(tf.logical_and)(options, expected_tf_failures=1)
/external/tensorflow/tensorflow/python/ops/
Dmetrics_impl.py577 math_ops.logical_and(label_is_pos, pred_is_pos), dtypes.float32)
589 math_ops.logical_and(label_is_pos, pred_is_neg), dtypes.float32)
601 math_ops.logical_and(label_is_neg, pred_is_neg), dtypes.float32)
613 math_ops.logical_and(label_is_neg, pred_is_pos), dtypes.float32)
795 math_ops.logical_and(p[:num_thresholds - 1] > 0, p[1:] > 0),
1567 is_false_negative = math_ops.logical_and(
1676 is_false_positive = math_ops.logical_and(
1785 is_true_negative = math_ops.logical_and(
1894 is_true_positive = math_ops.logical_and(
/external/tensorflow/tensorflow/python/ops/linalg/sparse/
Dconjugate_gradient.py84 return math_ops.logical_and(
/external/tensorflow/tensorflow/python/debug/cli/
Dtensor_format.py544 ("-", np.sum(np.logical_and(
547 ("+", np.sum(np.logical_and(
/external/eigen/Eigen/src/Core/functors/
DStlFunctors.h44 struct functor_traits<std::logical_and<T> >
/external/tensorflow/tensorflow/python/training/experimental/
Dloss_scaling_gradient_tape.py263 math_ops.logical_and(

1234567