Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/labeled_tensor/
D__init__.py93 logical_xor = _core.logical_xor variable
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py185 logical_xor = _broadcasting_binary_op(math_ops.logical_xor) variable
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
Dcore.py1191 logical_xor = define_binary_op('logical_xor', math_ops.logical_xor) variable
/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/python/cpython3/Lib/
D_pydecimal.py3417 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/
Dmath_ops.py1187 def logical_xor(x, y, name="LogicalXor"): function