Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Darithmetic.cc117 XlaComputation logical_or = CreateScalarOrComputation(PRED, builder); in Any() local
/external/tensorflow/tensorflow/contrib/labeled_tensor/
D__init__.py92 logical_or = _core.logical_or variable
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py184 logical_or = _broadcasting_binary_op(math_ops.logical_or) variable
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
Dcore.py1190 logical_or = define_binary_op('logical_or', math_ops.logical_or) variable
/external/python/cpython3/Lib/
D_pydecimal.py3400 def logical_or(self, other, context=None): member in Decimal
4780 def logical_or(self, a, b): member in Context
/external/python/cpython2/Lib/
Ddecimal.py3298 def logical_or(self, other, context=None): member in Decimal
4608 def logical_or(self, a, b): member in Context
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc1879 Status AlgebraicSimplifierVisitor::HandleOr(HloInstruction* logical_or) { in HandleOr()