Home
last modified time | relevance | path

Searched defs:logical_and (Results 1 – 9 of 9) sorted by relevance

/external/OpenCL-CTS/test_conformance/subgroups/
Dsubhelpers.h104 logical_and, enumerator
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_utils.py603 def logical_and(a, b): function
Dnp_math_ops.py1030 def logical_and(x1, x2): function
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py191 logical_and = _broadcasting_binary_op(math_ops.logical_and) variable
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dreadability-simplify-bool-expr.cpp820 bool logical_and(bool a, bool b) { in logical_and() function
/external/tensorflow/tensorflow/compiler/jit/
Ddeadness_analysis_test.cc1092 Output logical_and = in TEST() local
1112 Output logical_and = in TEST() local
/external/python/cpython3/Lib/
D_pydecimal.py3380 def logical_and(self, other, context=None): member in Decimal
4738 def logical_and(self, a, b): member in Context
/external/python/cpython2/Lib/
Ddecimal.py3274 def logical_and(self, other, context=None): member in Decimal
4562 def logical_and(self, a, b): member in Context
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc1114 Status AlgebraicSimplifierVisitor::HandleAnd(HloInstruction* logical_and) { in HandleAnd()