Home
last modified time | relevance | path

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

/external/ComputeLibrary/tests/validation/reference/
DLogical.cpp108 SimpleTensor<T> logical_and(const SimpleTensor<T> &src1, const SimpleTensor<T> &src2) in logical_and() function
/external/OpenCL-CTS/test_conformance/subgroups/
Dsubhelpers.h104 logical_and, enumerator
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_utils.py618 def logical_and(a, b): function
Dnp_math_ops.py1030 def logical_and(x1, x2): function
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py194 logical_and = _broadcasting_binary_op(math_ops.logical_and) variable
/external/tensorflow/tensorflow/compiler/jit/
Ddeadness_analysis_test.cc1093 Output logical_and = in TEST() local
1113 Output logical_and = in TEST() local
/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.py3380 def logical_and(self, other, context=None): member in Decimal
4738 def logical_and(self, a, b): member in Context
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc1146 Status AlgebraicSimplifierVisitor::HandleAnd(HloInstruction* logical_and) { in HandleAnd()