Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py188 logical_and = _broadcasting_binary_op(math_ops.logical_and) variable
/external/tensorflow/tensorflow/compiler/jit/
Ddeadness_analysis_test.cc1093 Output logical_and = in TEST() local
1113 Output logical_and = in TEST() local
/external/python/cpython3/Lib/
D_pydecimal.py3376 def logical_and(self, other, context=None): member in Decimal
4734 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/python/ops/
Dmath_ops.py1323 def logical_and(x, y, name=None): function
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc712 Status AlgebraicSimplifierVisitor::HandleAnd(HloInstruction* logical_and) { in HandleAnd()