Searched defs:logical_xor (Results 1 – 4 of 4) sorted by relevance
| /external/tensorflow/tensorflow/compiler/tf2xla/python/ |
| D | xla.py | 190 logical_xor = _broadcasting_binary_op(math_ops.logical_xor) variable
|
| /external/python/cpython3/Lib/ |
| D | _pydecimal.py | 3417 def logical_xor(self, other, context=None): member in Decimal 4807 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/ |
| D | math_ops.py | 1275 def logical_xor(x, y, name="LogicalXor"): function
|