Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/labeled_tensor/
D__init__.py91 logical_and = _core.logical_and variable
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py183 logical_and = _broadcasting_binary_op(math_ops.logical_and) variable
/external/tensorflow/tensorflow/compiler/jit/
Ddeadness_analysis_test.cc854 Output logical_and = in TEST() local
871 Output logical_and = in TEST() local
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
Dcore.py1189 logical_and = define_binary_op('logical_and', math_ops.logical_and) variable
/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/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/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc566 Status AlgebraicSimplifierVisitor::HandleAnd(HloInstruction* logical_and) { in HandleAnd()