HomeSort by relevance Sort by last modified time
    Searched refs:logical_xor (Results 1 - 18 of 18) sorted by null

  /external/tensorflow/tensorflow/python/ops/ragged/
ragged_operators.py 47 ragged_tensor.RaggedTensor.__xor__ = math_ops.logical_xor
48 ragged_tensor.RaggedTensor.__rxor__ = _right(math_ops.logical_xor)
ragged_dispatch.py 377 math_ops.logical_xor,
ragged_dispatch_test.py 122 math_ops.logical_xor,
  /external/tensorflow/tensorflow/contrib/labeled_tensor/
__init__.py 93 logical_xor = _core.logical_xor variable
  /external/tensorflow/tensorflow/compiler/tf2xla/python/
xla.py 185 logical_xor = _broadcasting_binary_op(math_ops.logical_xor) variable
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_decimal.py 186 'xor':'logical_xor',
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
cwise_ops_test.py 252 self._compareBinary(x, y, np.logical_xor, math_ops.logical_xor,
262 self._compareBinary(x, y, np.logical_xor, math_ops.logical_xor, use_gpu)
284 self._compareBinary(x, y, np.logical_xor, math_ops.logical_xor, use_gpu)
290 for f in [math_ops.logical_and, math_ops.logical_or, math_ops.logical_xor]:
720 (np.logical_xor, _XOR), (np.equal, math_ops.equal),
    [all...]
  /external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
core.py 459 return logical_xor(self, other)
1191 logical_xor = define_binary_op('logical_xor', math_ops.logical_xor) variable
    [all...]
core_test.py 828 ('logical_xor', operator.xor, math_ops.logical_xor, core.logical_xor),
  /external/python/cpython2/Lib/test/
test_decimal.py 187 'xor':'logical_xor',
    [all...]
  /external/tensorflow/tensorflow/python/ops/parallel_for/
math_test.py 143 math_ops.logical_xor
pfor.py     [all...]
  /external/python/cpython3/Lib/test/
test_decimal.py 231 'xor':'logical_xor'}
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
decimal.py 3289 def logical_xor(self, other, context=None): member in class:Decimal
4607 def logical_xor(self, a, b): member in class:Context
    [all...]
  /external/python/cpython2/Lib/
decimal.py 3315 def logical_xor(self, other, context=None): member in class:Decimal
4635 def logical_xor(self, a, b): member in class:Context
    [all...]
  /external/tensorflow/tensorflow/python/ops/
math_ops.py 1187 def logical_xor(x, y, name="LogicalXor"): function
    [all...]
  /external/python/cpython3/Lib/
_pydecimal.py 3417 def logical_xor(self, other, context=None): member in class:Decimal
4807 def logical_xor(self, a, b): member in class:Context
    [all...]
  /external/tensorflow/tensorflow/lite/testing/
generate_examples.py     [all...]

Completed in 355 milliseconds