Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/subgroups/
Dsubhelpers.h105 logical_or, enumerator
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Darithmetic.cc104 XlaComputation logical_or = CreateScalarOrComputation(PRED, builder); in Any() local
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_utils.py618 def logical_or(a, b): function
Dnp_math_ops.py1035 def logical_or(x1, x2): function
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py192 logical_or = _broadcasting_binary_op(math_ops.logical_or) variable
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dreadability-simplify-bool-expr.cpp810 bool logical_or(bool a, bool b) { in logical_or() function
/external/python/cpython3/Lib/
D_pydecimal.py3404 def logical_or(self, other, context=None): member in Decimal
4784 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.cc2900 Status AlgebraicSimplifierVisitor::HandleOr(HloInstruction* logical_or) { in HandleOr()