Searched defs:logical_and (Results 1 – 6 of 6) sorted by relevance
| /external/tensorflow/tensorflow/compiler/tf2xla/python/ |
| D | xla.py | 188 logical_and = _broadcasting_binary_op(math_ops.logical_and) variable
|
| /external/tensorflow/tensorflow/compiler/jit/ |
| D | deadness_analysis_test.cc | 1093 Output logical_and = in TEST() local 1113 Output logical_and = in TEST() local
|
| /external/python/cpython3/Lib/ |
| D | _pydecimal.py | 3376 def logical_and(self, other, context=None): member in Decimal 4734 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/python/ops/ |
| D | math_ops.py | 1323 def logical_and(x, y, name=None): function
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| D | algebraic_simplifier.cc | 712 Status AlgebraicSimplifierVisitor::HandleAnd(HloInstruction* logical_and) { in HandleAnd()
|