Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Darithmetic.cc109 Computation logical_or = CreateScalarOrComputation(builder); in Any() local
/external/tensorflow/tensorflow/contrib/labeled_tensor/
D__init__.py92 logical_or = _core.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/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/python/cpython3/Lib/
D_pydecimal.py3441 def logical_or(self, other, context=None): member in Decimal
4821 def logical_or(self, a, b): member in Context