Searched defs:logical_xor (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/contrib/labeled_tensor/ |
D | __init__.py | 93 logical_xor = _core.logical_xor variable
|
/external/tensorflow/tensorflow/compiler/tf2xla/python/ |
D | xla.py | 185 logical_xor = _broadcasting_binary_op(math_ops.logical_xor) variable
|
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/ |
D | core.py | 1191 logical_xor = define_binary_op('logical_xor', math_ops.logical_xor) variable
|
/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/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/tensorflow/tensorflow/python/ops/ |
D | math_ops.py | 1187 def logical_xor(x, y, name="LogicalXor"): function
|