Searched defs:logical_and (Results 1 – 9 of 9) sorted by relevance
/external/OpenCL-CTS/test_conformance/subgroups/ |
D | subhelpers.h | 104 logical_and, enumerator
|
/external/tensorflow/tensorflow/python/ops/numpy_ops/ |
D | np_utils.py | 603 def logical_and(a, b): function
|
D | np_math_ops.py | 1030 def logical_and(x1, x2): function
|
/external/tensorflow/tensorflow/compiler/tf2xla/python/ |
D | xla.py | 191 logical_and = _broadcasting_binary_op(math_ops.logical_and) variable
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | readability-simplify-bool-expr.cpp | 820 bool logical_and(bool a, bool b) { in logical_and() function
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | deadness_analysis_test.cc | 1092 Output logical_and = in TEST() local 1112 Output logical_and = in TEST() local
|
/external/python/cpython3/Lib/ |
D | _pydecimal.py | 3380 def logical_and(self, other, context=None): member in Decimal 4738 def logical_and(self, a, b): member in Context
|
/external/python/cpython2/Lib/ |
D | decimal.py | 3274 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/ |
D | algebraic_simplifier.cc | 1114 Status AlgebraicSimplifierVisitor::HandleAnd(HloInstruction* logical_and) { in HandleAnd()
|