Searched defs:logical_or (Results  1 – 9 of 9) sorted by relevance
| /external/ComputeLibrary/tests/validation/reference/ | 
| D | Logical.cpp | 95 SimpleTensor<T> logical_or(const SimpleTensor<T> &src1, const SimpleTensor<T> &src2)  in logical_or()  function
 | 
| /external/tensorflow/tensorflow/compiler/xla/client/lib/ | 
| D | arithmetic.cc | 104     XlaComputation logical_or = CreateScalarOrComputation(PRED, builder);  in Any()  local
 | 
| /external/tensorflow/tensorflow/python/ops/numpy_ops/ | 
| D | np_utils.py | 647 def logical_or(a, b):  function
 | 
| D | np_math_ops.py | 1034 def logical_or(x1, x2):  function
 | 
| /external/OpenCL-CTS/test_conformance/subgroups/ | 
| D | subhelpers.h | 269     logical_or,  enumerator
 | 
| /external/tensorflow/tensorflow/compiler/tf2xla/python/ | 
| D | xla.py | 192 logical_or = _broadcasting_binary_op(math_ops.logical_or)  variable
 | 
| /external/python/cpython3/Lib/ | 
| D | _pydecimal.py | 3404     def logical_or(self, other, context=None):  member in Decimal4784     def logical_or(self, a, b):  member in Context
 
 | 
| /external/python/cpython2/Lib/ | 
| D | decimal.py | 3298     def logical_or(self, other, context=None):  member in Decimal4608     def logical_or(self, a, b):  member in Context
 
 | 
| /external/tensorflow/tensorflow/compiler/xla/service/ | 
| D | algebraic_simplifier.cc | 3230 Status AlgebraicSimplifierVisitor::HandleOr(HloInstruction* logical_or) {  in HandleOr()
 |