Home
last modified time | relevance | path

Searched defs:logical_xor (Results 1 – 6 of 6) sorted by relevance

/external/OpenCL-CTS/test_conformance/subgroups/
Dsubhelpers.h270 logical_xor enumerator
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py193 logical_xor = _broadcasting_binary_op(math_ops.logical_xor) variable
/external/python/cpython3/Lib/
D_pydecimal.py3421 def logical_xor(self, other, context=None): member in Decimal
4811 def logical_xor(self, a, b): member in Context
/external/python/cpython2/Lib/
Ddecimal.py3315 def logical_xor(self, other, context=None): member in Decimal
4635 def logical_xor(self, a, b): member in Context
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_math_ops.py1039 def logical_xor(x1, x2): function
/external/tensorflow/tensorflow/python/ops/
Dmath_ops.py1794 def logical_xor(x, y, name="LogicalXor"): function