Home
last modified time | relevance | path

Searched refs:logical_xor (Results 1 – 25 of 56) sorted by relevance

123

/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_operators.py47 ragged_tensor.RaggedTensor.__xor__ = math_ops.logical_xor
48 ragged_tensor.RaggedTensor.__rxor__ = _right(math_ops.logical_xor)
Dragged_dispatch.py377 math_ops.logical_xor,
Dragged_dispatch_test.py122 math_ops.logical_xor,
/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/python/kernel_tests/
Dcwise_ops_test.py252 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),
/external/python/cpython2/Lib/test/
Dtest_decimal.py1642 self.assertEqual(Decimal(10101).logical_xor(1001),
1643 Decimal(10101).logical_xor(Decimal(1001)))
2013 d = c.logical_xor(Decimal(1), Decimal(1))
2014 self.assertEqual(c.logical_xor(1, 1), d)
2015 self.assertEqual(c.logical_xor(Decimal(1), 1), d)
2016 self.assertEqual(c.logical_xor(1, Decimal(1)), d)
2017 self.assertRaises(TypeError, c.logical_xor, '1', 1)
2018 self.assertRaises(TypeError, c.logical_xor, 1, '1')
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
Dcore.py459 return logical_xor(self, other)
1191 logical_xor = define_binary_op('logical_xor', math_ops.logical_xor) variable
Dcore_test.py828 ('logical_xor', operator.xor, math_ops.logical_xor, core.logical_xor),
/external/tensorflow/tensorflow/python/ops/parallel_for/
Dmath_test.py143 math_ops.logical_xor
Dpfor.py2125 @RegisterPForWithArgs("LogicalXor", math_ops.logical_xor)
/external/python/cpython3/Lib/test/
Dtest_decimal.py2275 ans = str(x.logical_xor(101, context=None))
2277 self.assertRaises(InvalidOperation, x.logical_xor, 123, context=None)
2412 self.assertEqual(Decimal(10101).logical_xor(1001),
2413 Decimal(10101).logical_xor(Decimal(1001)))
2732 self.assertEqual(D('01').logical_xor(D('10'), context=xc), 1)
3251 d = c.logical_xor(Decimal(1), Decimal(1))
3252 self.assertEqual(c.logical_xor(1, 1), d)
3253 self.assertEqual(c.logical_xor(Decimal(1), 1), d)
3254 self.assertEqual(c.logical_xor(1, Decimal(1)), d)
3255 self.assertRaises(TypeError, c.logical_xor, '1', 1)
[all …]
/external/tensorflow/tensorflow/lite/
Dbuild_def.bzl275 "logical_xor",
/external/python/cpython2/Lib/
Ddecimal.py3295 return self.logical_xor(_dec_from_triple(0,'1'*context.prec,0),
3315 def logical_xor(self, other, context=None): member in Decimal
4635 def logical_xor(self, a, b): member in Context
4660 return a.logical_xor(b, context=self)
/external/python/cpython3/Lib/
D_pydecimal.py3397 return self.logical_xor(_dec_from_triple(0,'1'*context.prec,0),
3417 def logical_xor(self, other, context=None): member in Decimal
4807 def logical_xor(self, a, b): member in Context
4832 return a.logical_xor(b, context=self)
/external/tensorflow/tensorflow/python/ops/
Dmath_ops.py1187 def logical_xor(x, y, name="LogicalXor"): function
1198 _OverrideBinaryOperatorHelper(logical_xor, "xor")
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.math.pbtxt252 name: "logical_xor"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.math.pbtxt252 name: "logical_xor"
Dtensorflow.pbtxt1548 name: "logical_xor"
/external/python/cpython2/Doc/library/
Ddecimal.rst700 .. method:: logical_xor(other[, context])
702 :meth:`logical_xor` is a logical operation which takes two *logical
925 and :meth:`logical_xor` methods expect their arguments to be *logical
1306 .. method:: logical_xor(x, y)
/external/python/cpython3/Doc/library/
Ddecimal.rst694 .. method:: logical_xor(other, context=None)
696 :meth:`logical_xor` is a logical operation which takes two *logical
895 and :meth:`logical_xor` methods expect their arguments to be *logical
1283 .. method:: logical_xor(x, y)
/external/tensorflow/tensorflow/lite/testing/
Dgenerate_examples.py4090 return _make_logical_tests(tf.logical_xor)(zip_path, expected_tf_failures=1)
/external/deqp/android/cts/master/
Dgles2-master.txt4943 dEQP-GLES2.functional.shaders.operator.binary_operator.logical_xor.bool_vertex
4944 dEQP-GLES2.functional.shaders.operator.binary_operator.logical_xor.bool_fragment
/external/deqp/android/cts/mnc/src/
Dgles2-master.txt4679 dEQP-GLES2.functional.shaders.operator.binary_operator.logical_xor.bool_vertex
4680 dEQP-GLES2.functional.shaders.operator.binary_operator.logical_xor.bool_fragment
/external/deqp/android/cts/nyc/src/
Dgles2-master.txt4684 dEQP-GLES2.functional.shaders.operator.binary_operator.logical_xor.bool_vertex
4685 dEQP-GLES2.functional.shaders.operator.binary_operator.logical_xor.bool_fragment

123