Searched defs:logical_xor (Results 1 – 6 of 6) sorted by relevance
/external/OpenCL-CTS/test_conformance/subgroups/ |
D | subhelpers.h | 270 logical_xor enumerator
|
/external/tensorflow/tensorflow/compiler/tf2xla/python/ |
D | xla.py | 193 logical_xor = _broadcasting_binary_op(math_ops.logical_xor) variable
|
/external/python/cpython3/Lib/ |
D | _pydecimal.py | 3421 def logical_xor(self, other, context=None): member in Decimal 4811 def logical_xor(self, a, b): member in Context
|
/external/python/cpython2/Lib/ |
D | decimal.py | 3315 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/ |
D | np_math_ops.py | 1039 def logical_xor(x1, x2): function
|
/external/tensorflow/tensorflow/python/ops/ |
D | math_ops.py | 1794 def logical_xor(x, y, name="LogicalXor"): function
|